Html Css Color HEX #CEC90A Bird Flower

📋 copy color: '#CEC90A'

red 206 ◦ green 201 ◦ blue 10

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

Shades of Bird Flower #CEC90A

Tints of Bird Flower #CEC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 49.4%
G = 48.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEC90A (or 0xCEC90A) is known color: Bird Flower. HEX triplet: CE, C9 and 0A. RGB value is (206,201,10). Sum of RGB (Red+Green+Blue) = 206+201+10=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC90A is #3136F5. Grayscale: #B5B5B5. Windows color (decimal): -3225334 or 707022. OLE color: 707022.

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

Color convert

RGB 206 201 10 -
CMYK 0 0.02 0.95 0.19
HSL 58.47º 0.91% 0.42% -
HSV(B) 58.47º 0.95% 0.81% -
XYZ 46.4 54.92 8.44 -
YUV 180.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 206 201 10 0 0.02 0.95 0.19 58.47 0.91 0.42
Hex CE C9 A 0 2 5F 13 3A 5B 2A
Octal 316 311 12 0 2 137 23 72 133 52
Binary 11001110 11001001 1010 0 10 1011111 10011 111010 1011011 101010

Color Harmonies of #CEC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC90A

Black with #CEC90A

Text Example


Text Example

White with #CEC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC90A; }

 p { color: rgb(206,201,10); }

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

background-color css

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

 a { background-color: rgb(206,201,10); }

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

border-color css

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

 span { border-color: rgb(206,201,10); }

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