Html Css Color HEX #CEBC18 Bird Flower

📋 copy color: '#CEBC18'

red 206 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #CEBC18

Tints of Bird Flower #CEBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

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

R = 49.28%
G = 44.98%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEBC18 (or 0xCEBC18) is known color: Bird Flower. HEX triplet: CE, BC and 18. RGB value is (206,188,24). Sum of RGB (Red+Green+Blue) = 206+188+24=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC18 is #3143E7. Grayscale: #AFAFAF. Windows color (decimal): -3228648 or 1621198. OLE color: 1621198.

HSL color Cylindrical-coordinate representation of color #CEBC18: hue angle of 54.07º 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 #CEBC18 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 24 -
CMYK 0 0.09 0.88 0.19
HSL 54.07º 0.79% 0.45% -
HSV(B) 54.07º 0.88% 0.81% -
XYZ 43.6 49.15 8.05 -
YUV 174.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 206 188 24 0 0.09 0.88 0.19 54.07 0.79 0.45
Hex CE BC 18 0 9 58 13 36 4F 2D
Octal 316 274 30 0 11 130 23 66 117 55
Binary 11001110 10111100 11000 0 1001 1011000 10011 110110 1001111 101101

Color Harmonies of #CEBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC18

Black with #CEBC18

Text Example


Text Example

White with #CEBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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