#E0BE1C

Color #E0BE1C Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E0BE1C

Tints of Sunflower #E0BE1C

Color information

#E0BE1C (or 0xE0BE1C) is unknown color: approx Sunflower. HEX triplet: E0, BE and 1C. RGB value is (224,190,28). Sum of RGB (Red+Green+Blue) = 224+190+28=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BE1C is #1F41E3. Grayscale: #B6B6B6. Windows color (decimal): -2048484 or 1883872. OLE color: 1883872.

HSL color Cylindrical-coordinate representation of color #E0BE1C: hue angle of 49.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0BE1C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB22419028-
CMYK00.150.880.12
HSL49.59º77.78%49.41%-
HSV(B)49.59º87.5%87.84%-
XYZ49.3652.768.68-
YUV181.741.26158.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 28 (11.33% from 255) = 6.33%
R=50.68%
G=42.99%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241902800.150.880.1249.5977.7849.41
HexE0BE1C0F58C324e31
Octal34027634017130146211661
Binary11100000101111101110001111101100011001100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE1C; }

 p { color: rgb(224,190,28); }

 H1.HeaderClassName
 {
   color: #E0BE1C;
 }
 .AnyTagClassName
 {
   color: #E0BE1C;
 }
</style>
background-color css

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

 a { background-color: rgb(224,190,28); }

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

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

 span { border-color: rgb(224,190,28); }

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