Html Css Color HEX #CEBA00 Bird Flower

📋 copy color: '#CEBA00'

red 206 ◦ green 186 ◦ blue 0

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

Shades of Bird Flower #CEBA00

Tints of Bird Flower #CEBA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.55%
G = 47.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEBA00 (or 0xCEBA00) is known color: Bird Flower. HEX triplet: CE, BA and 00. RGB value is (206,186,0). Sum of RGB (Red+Green+Blue) = 206+186+0=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA00 is #3145FF. Grayscale: #ABABAB. Windows color (decimal): -3229184 or 47822. OLE color: 47822.

HSL color Cylindrical-coordinate representation of color #CEBA00: hue angle of 54.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEBA00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 0 -
CMYK 0 0.10 1 0.19
HSL 54.17º 1% 0.4% -
HSV(B) 54.17º 1% 0.81% -
XYZ 43.01 48.24 7.04 -
YUV 170.78 31.63 153.12 -
System Red Green Blue C M Y K H S L
Decimal 206 186 0 0 0.10 1 0.19 54.17 1 0.4
Hex CE BA 0 0 A 64 13 36 64 28
Octal 316 272 0 0 12 144 23 66 144 50
Binary 11001110 10111010 0 0 1010 1100100 10011 110110 1100100 101000

Color Harmonies of #CEBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA00

Black with #CEBA00

Text Example


Text Example

White with #CEBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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