Html Css Color HEX #CEC60E Bird Flower

📋 copy color: '#CEC60E'

red 206 ◦ green 198 ◦ blue 14

#CEC60E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEC60E

Tints of Bird Flower #CEC60E

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

 GREEN value IS 198 (77.73% from 255) = 47.37%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 49.28%
G = 47.37%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC60E (or 0xCEC60E) is known color: Bird Flower. HEX triplet: CE, C6 and 0E. RGB value is (206,198,14). Sum of RGB (Red+Green+Blue) = 206+198+14=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC60E is #3139F1. Grayscale: #B4B4B4. Windows color (decimal): -3226098 or 968398. OLE color: 968398.

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

Color convert

RGB 206 198 14 -
CMYK 0 0.04 0.93 0.19
HSL 57.5º 0.87% 0.43% -
HSV(B) 57.5º 0.93% 0.81% -
XYZ 45.73 53.54 8.34 -
YUV 179.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 206 198 14 0 0.04 0.93 0.19 57.5 0.87 0.43
Hex CE C6 E 0 4 5D 13 3A 57 2B
Octal 316 306 16 0 4 135 23 72 127 53
Binary 11001110 11000110 1110 0 100 1011101 10011 111010 1010111 101011

Color Harmonies of #CEC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC60E

Black with #CEC60E

Text Example


Text Example

White with #CEC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC60E; }

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

 H1.HeaderClassName
 {
   color: #CEC60E;
 }
 .AnyTagClassName
 {
   color: #CEC60E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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