Html Css Color HEX #CEC90F Bird Flower

📋 copy color: '#CEC90F'

red 206 ◦ green 201 ◦ blue 15

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

Shades of Bird Flower #CEC90F

Tints of Bird Flower #CEC90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 48.82%
G = 47.63%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC90F (or 0xCEC90F) is known color: Bird Flower. HEX triplet: CE, C9 and 0F. RGB value is (206,201,15). Sum of RGB (Red+Green+Blue) = 206+201+15=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC90F is #3136F0. Grayscale: #B6B6B6. Windows color (decimal): -3225329 or 1034702. OLE color: 1034702.

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

Color convert

RGB 206 201 15 -
CMYK 0 0.02 0.93 0.19
HSL 58.43º 0.86% 0.43% -
HSV(B) 58.43º 0.93% 0.81% -
XYZ 46.43 54.93 8.61 -
YUV 181.29 34.16 145.62 -
System Red Green Blue C M Y K H S L
Decimal 206 201 15 0 0.02 0.93 0.19 58.43 0.86 0.43
Hex CE C9 F 0 2 5D 13 3A 56 2B
Octal 316 311 17 0 2 135 23 72 126 53
Binary 11001110 11001001 1111 0 10 1011101 10011 111010 1010110 101011

Color Harmonies of #CEC90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC90F

Black with #CEC90F

Text Example


Text Example

White with #CEC90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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