Html Css Color HEX #CEBC04 Bird Flower

📋 copy color: '#CEBC04'

red 206 ◦ green 188 ◦ blue 4

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

Shades of Bird Flower #CEBC04

Tints of Bird Flower #CEBC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 51.76%
G = 47.24%
B = 1.01%

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

#CEBC04 (or 0xCEBC04) is known color: Bird Flower. HEX triplet: CE, BC and 04. RGB value is (206,188,4). Sum of RGB (Red+Green+Blue) = 206+188+4=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBC04 is #3143FB. Grayscale: #ADADAD. Windows color (decimal): -3228668 or 310478. OLE color: 310478.

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

Color convert

RGB 206 188 4 -
CMYK 0 0.09 0.98 0.19
HSL 54.65º 0.96% 0.41% -
HSV(B) 54.65º 0.98% 0.81% -
XYZ 43.46 49.1 7.3 -
YUV 172.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 206 188 4 0 0.09 0.98 0.19 54.65 0.96 0.41
Hex CE BC 4 0 9 62 13 37 60 29
Octal 316 274 4 0 11 142 23 67 140 51
Binary 11001110 10111100 100 0 1001 1100010 10011 110111 1100000 101001

Color Harmonies of #CEBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC04

Black with #CEBC04

Text Example


Text Example

White with #CEBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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