Html Css Color HEX #CECA14 Bird Flower

📋 copy color: '#CECA14'

red 206 ◦ green 202 ◦ blue 20

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

Shades of Bird Flower #CECA14

Tints of Bird Flower #CECA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 48.13%
G = 47.2%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CECA14 (or 0xCECA14) is known color: Bird Flower. HEX triplet: CE, CA and 14. RGB value is (206,202,20). Sum of RGB (Red+Green+Blue) = 206+202+20=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA14 is #3135EB. Grayscale: #B7B7B7. Windows color (decimal): -3225068 or 1362638. OLE color: 1362638.

HSL color Cylindrical-coordinate representation of color #CECA14: hue angle of 58.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CECA14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 20 -
CMYK 0 0.02 0.90 0.19
HSL 58.71º 0.82% 0.44% -
HSV(B) 58.71º 0.9% 0.81% -
XYZ 46.7 55.41 8.9 -
YUV 182.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 206 202 20 0 0.02 0.90 0.19 58.71 0.82 0.44
Hex CE CA 14 0 2 5A 13 3B 52 2C
Octal 316 312 24 0 2 132 23 73 122 54
Binary 11001110 11001010 10100 0 10 1011010 10011 111011 1010010 101100

Color Harmonies of #CECA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA14

Black with #CECA14

Text Example


Text Example

White with #CECA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA14; }

 p { color: rgb(206,202,20); }

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

background-color css

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

 a { background-color: rgb(206,202,20); }

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

border-color css

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

 span { border-color: rgb(206,202,20); }

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