Html Css Color HEX #CEBC05 Bird Flower

📋 copy color: '#CEBC05'

red 206 ◦ green 188 ◦ blue 5

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

Shades of Bird Flower #CEBC05

Tints of Bird Flower #CEBC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 51.63%
G = 47.12%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEBC05 (or 0xCEBC05) is known color: Bird Flower. HEX triplet: CE, BC and 05. RGB value is (206,188,5). Sum of RGB (Red+Green+Blue) = 206+188+5=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC05 is #3143FA. Grayscale: #ADADAD. Windows color (decimal): -3228667 or 376014. OLE color: 376014.

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

Color convert

RGB 206 188 5 -
CMYK 0 0.09 0.98 0.19
HSL 54.63º 0.95% 0.41% -
HSV(B) 54.63º 0.98% 0.81% -
XYZ 43.46 49.1 7.33 -
YUV 172.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 206 188 5 0 0.09 0.98 0.19 54.63 0.95 0.41
Hex CE BC 5 0 9 62 13 37 5F 29
Octal 316 274 5 0 11 142 23 67 137 51
Binary 11001110 10111100 101 0 1001 1100010 10011 110111 1011111 101001

Color Harmonies of #CEBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC05

Black with #CEBC05

Text Example


Text Example

White with #CEBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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