Html Css Color HEX #CEBA01 Bird Flower

📋 copy color: '#CEBA01'

red 206 ◦ green 186 ◦ blue 1

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

Shades of Bird Flower #CEBA01

Tints of Bird Flower #CEBA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.42%
G = 47.33%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEBA01 (or 0xCEBA01) is known color: Bird Flower. HEX triplet: CE, BA and 01. RGB value is (206,186,1). Sum of RGB (Red+Green+Blue) = 206+186+1=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA01 is #3145FE. Grayscale: #ABABAB. Windows color (decimal): -3229183 or 113358. OLE color: 113358.

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

Color convert

RGB 206 186 1 -
CMYK 0 0.10 1.00 0.19
HSL 54.15º 0.99% 0.41% -
HSV(B) 54.15º 1% 0.81% -
XYZ 43.02 48.24 7.07 -
YUV 170.89 32.13 153.04 -
System Red Green Blue C M Y K H S L
Decimal 206 186 1 0 0.10 1.00 0.19 54.15 0.99 0.41
Hex CE BA 1 0 A 64 13 36 63 29
Octal 316 272 1 0 12 144 23 66 143 51
Binary 11001110 10111010 1 0 1010 1100100 10011 110110 1100011 101001

Color Harmonies of #CEBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA01

Black with #CEBA01

Text Example


Text Example

White with #CEBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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