Html Css Color HEX #CEA907 Bird Flower

📋 copy color: '#CEA907'

red 206 ◦ green 169 ◦ blue 7

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

Shades of Bird Flower #CEA907

Tints of Bird Flower #CEA907

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 53.93%
G = 44.24%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CEA907 (or 0xCEA907) is known color: Bird Flower. HEX triplet: CE, A9 and 07. RGB value is (206,169,7). Sum of RGB (Red+Green+Blue) = 206+169+7=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA907 is #3156F8. Grayscale: #A2A2A2. Windows color (decimal): -3233529 or 502222. OLE color: 502222.

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

Color convert

RGB 206 169 7 -
CMYK 0 0.18 0.97 0.19
HSL 48.84º 0.93% 0.42% -
HSV(B) 48.84º 0.97% 0.81% -
XYZ 39.68 41.51 6.12 -
YUV 161.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 206 169 7 0 0.18 0.97 0.19 48.84 0.93 0.42
Hex CE A9 7 0 12 61 13 31 5D 2A
Octal 316 251 7 0 22 141 23 61 135 52
Binary 11001110 10101001 111 0 10010 1100001 10011 110001 1011101 101010

Color Harmonies of #CEA907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA907

Black with #CEA907

Text Example


Text Example

White with #CEA907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA907; }

 p { color: rgb(206,169,7); }

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

background-color css

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

 a { background-color: rgb(206,169,7); }

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

border-color css

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

 span { border-color: rgb(206,169,7); }

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