#cec602

Color #CEC602 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEC602

Tints of Bird Flower #CEC602

Color information

#CEC602 (or 0xCEC602) is unknown color: approx Bird Flower. HEX triplet: CE, C6 and 02. RGB value is (206,198,2). Sum of RGB (Red+Green+Blue) = 206+198+2=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC602 is #3139FD. Grayscale: #B2B2B2. Windows color (decimal): -3226110 or 181966. OLE color: 181966.

HSL color Cylindrical-coordinate representation of color #CEC602: hue angle of 57.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEC602 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB2061982-
CMYK00.040.990.19
HSL57.65º98.08%40.78%-
HSV(B)57.65º99.03%80.78%-
XYZ45.6653.517.98-
YUV178.0528.65147.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.74%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=50.74%
G=48.77%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206198200.040.990.1957.6598.0840.78
HexCEC620463133a6229
Octal316306204143237214251
Binary11001110110001101001001100011100111110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec602; }

 p { color: rgb(206,198,2); }

 H1.HeaderClassName
 {
   color: #cec602;
 }
 .AnyTagClassName
 {
   color: #cec602;
 }
</style>
background-color css

<style>
 a { background-color: #cec602; }

 a { background-color: rgb(206,198,2); }

 div.DivClassName
 {
   background-color: #cec602;
 }
 .BgClassName
 {
   background-color: #cec602;
 }
</style>
border-color css

<style>
 span { border-color: #cec602; }

 span { border-color: rgb(206,198,2); }

 td.TdClassName
 {
   border-color: #cec602;
 }
 .TagClassName
 {
   border-color: #cec602;
 }
</style>