Html Css Color HEX #CEAE00 Bird Flower

📋 copy color: '#CEAE00'

red 206 ◦ green 174 ◦ blue 0

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

Shades of Bird Flower #CEAE00

Tints of Bird Flower #CEAE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.21%
G = 45.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEAE00 (or 0xCEAE00) is known color: Bird Flower. HEX triplet: CE, AE and 00. RGB value is (206,174,0). Sum of RGB (Red+Green+Blue) = 206+174+0=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAE00 is #3151FF. Grayscale: #A4A4A4. Windows color (decimal): -3232256 or 44750. OLE color: 44750.

HSL color Cylindrical-coordinate representation of color #CEAE00: hue angle of 50.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEAE00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 174 0 -
CMYK 0 0.16 1 0.19
HSL 50.68º 1% 0.4% -
HSV(B) 50.68º 1% 0.81% -
XYZ 40.59 43.39 6.24 -
YUV 163.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 206 174 0 0 0.16 1 0.19 50.68 1 0.4
Hex CE AE 0 0 10 64 13 33 64 28
Octal 316 256 0 0 20 144 23 63 144 50
Binary 11001110 10101110 0 0 10000 1100100 10011 110011 1100100 101000

Color Harmonies of #CEAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE00

Black with #CEAE00

Text Example


Text Example

White with #CEAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE00; }

 p { color: rgb(206,174,0); }

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

background-color css

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

 a { background-color: rgb(206,174,0); }

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

border-color css

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

 span { border-color: rgb(206,174,0); }

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