Html Css Color HEX #CEC70E Bird Flower

📋 copy color: '#CEC70E'

red 206 ◦ green 199 ◦ blue 14

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

Shades of Bird Flower #CEC70E

Tints of Bird Flower #CEC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.49%

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

R = 49.16%
G = 47.49%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC70E (or 0xCEC70E) is known color: Bird Flower. HEX triplet: CE, C7 and 0E. RGB value is (206,199,14). Sum of RGB (Red+Green+Blue) = 206+199+14=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70E is #3138F1. Grayscale: #B4B4B4. Windows color (decimal): -3225842 or 968654. OLE color: 968654.

HSL color Cylindrical-coordinate representation of color #CEC70E: hue angle of 57.81º 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 #CEC70E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 199 14 -
CMYK 0 0.03 0.93 0.19
HSL 57.81º 0.87% 0.43% -
HSV(B) 57.81º 0.93% 0.81% -
XYZ 45.96 54 8.42 -
YUV 180 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 206 199 14 0 0.03 0.93 0.19 57.81 0.87 0.43
Hex CE C7 E 0 3 5D 13 3A 57 2B
Octal 316 307 16 0 3 135 23 72 127 53
Binary 11001110 11000111 1110 0 11 1011101 10011 111010 1010111 101011

Color Harmonies of #CEC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC70E

Black with #CEC70E

Text Example


Text Example

White with #CEC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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