Html Css Color HEX #CEC018 Bird Flower

📋 copy color: '#CEC018'

red 206 ◦ green 192 ◦ blue 24

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

Shades of Bird Flower #CEC018

Tints of Bird Flower #CEC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 24 (9.77% from 255) = 5.69%

R = 48.82%
G = 45.5%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC018 (or 0xCEC018) is known color: Bird Flower. HEX triplet: CE, C0 and 18. RGB value is (206,192,24). Sum of RGB (Red+Green+Blue) = 206+192+24=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC018 is #313FE7. Grayscale: #B1B1B1. Windows color (decimal): -3227624 or 1622222. OLE color: 1622222.

HSL color Cylindrical-coordinate representation of color #CEC018: hue angle of 55.38º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEC018 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 24 -
CMYK 0 0.07 0.88 0.19
HSL 55.38º 0.79% 0.45% -
HSV(B) 55.38º 0.88% 0.81% -
XYZ 44.47 50.89 8.34 -
YUV 177.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 206 192 24 0 0.07 0.88 0.19 55.38 0.79 0.45
Hex CE C0 18 0 7 58 13 37 4F 2D
Octal 316 300 30 0 7 130 23 67 117 55
Binary 11001110 11000000 11000 0 111 1011000 10011 110111 1001111 101101

Color Harmonies of #CEC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC018

Black with #CEC018

Text Example


Text Example

White with #CEC018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC018; }

 p { color: rgb(206,192,24); }

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

background-color css

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

 a { background-color: rgb(206,192,24); }

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

border-color css

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

 span { border-color: rgb(206,192,24); }

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