Html Css Color HEX #CEBA04 Bird Flower

📋 copy color: '#CEBA04'

red 206 ◦ green 186 ◦ blue 4

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

Shades of Bird Flower #CEBA04

Tints of Bird Flower #CEBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 52.02%
G = 46.97%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEBA04 (or 0xCEBA04) is known color: Bird Flower. HEX triplet: CE, BA and 04. RGB value is (206,186,4). Sum of RGB (Red+Green+Blue) = 206+186+4=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA04 is #3145FB. Grayscale: #ABABAB. Windows color (decimal): -3229180 or 309966. OLE color: 309966.

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

Color convert

RGB 206 186 4 -
CMYK 0 0.10 0.98 0.19
HSL 54.06º 0.96% 0.41% -
HSV(B) 54.06º 0.98% 0.81% -
XYZ 43.03 48.25 7.16 -
YUV 171.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 206 186 4 0 0.10 0.98 0.19 54.06 0.96 0.41
Hex CE BA 4 0 A 62 13 36 60 29
Octal 316 272 4 0 12 142 23 66 140 51
Binary 11001110 10111010 100 0 1010 1100010 10011 110110 1100000 101001

Color Harmonies of #CEBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA04

Black with #CEBA04

Text Example


Text Example

White with #CEBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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