Html Css Color HEX #CEBA05 Bird Flower

📋 copy color: '#CEBA05'

red 206 ◦ green 186 ◦ blue 5

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

Shades of Bird Flower #CEBA05

Tints of Bird Flower #CEBA05

RGB

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

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

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

R = 51.89%
G = 46.85%
B = 1.26%

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

#CEBA05 (or 0xCEBA05) is known color: Bird Flower. HEX triplet: CE, BA and 05. RGB value is (206,186,5). Sum of RGB (Red+Green+Blue) = 206+186+5=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA05 is #3145FA. Grayscale: #ACACAC. Windows color (decimal): -3229179 or 375502. OLE color: 375502.

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

Color convert

RGB 206 186 5 -
CMYK 0 0.10 0.98 0.19
HSL 54.03º 0.95% 0.41% -
HSV(B) 54.03º 0.98% 0.81% -
XYZ 43.04 48.25 7.19 -
YUV 171.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 206 186 5 0 0.10 0.98 0.19 54.03 0.95 0.41
Hex CE BA 5 0 A 62 13 36 5F 29
Octal 316 272 5 0 12 142 23 66 137 51
Binary 11001110 10111010 101 0 1010 1100010 10011 110110 1011111 101001

Color Harmonies of #CEBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA05

Black with #CEBA05

Text Example


Text Example

White with #CEBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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