Html Css Color HEX #E0B50E Sunflower

📋 copy color: '#E0B50E'

red 224 ◦ green 181 ◦ blue 14

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

Shades of Sunflower #E0B50E

Tints of Sunflower #E0B50E

RGB

 RED value IS 224 (87.89% from 255) = 53.46%

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 53.46%
G = 43.2%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0B50E (or 0xE0B50E) is known color: Sunflower. HEX triplet: E0, B5 and 0E. RGB value is (224,181,14). Sum of RGB (Red+Green+Blue) = 224+181+14=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B50E is #1F4AF1. Grayscale: #AFAFAF. Windows color (decimal): -2050802 or 964064. OLE color: 964064.

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

Color convert

RGB 224 181 14 -
CMYK 0 0.19 0.94 0.12
HSL 47.71º 0.88% 0.47% -
HSV(B) 47.71º 0.94% 0.88% -
XYZ 47.34 48.93 7.36 -
YUV 174.82 37.25 163.08 -
System Red Green Blue C M Y K H S L
Decimal 224 181 14 0 0.19 0.94 0.12 47.71 0.88 0.47
Hex E0 B5 E 0 13 5E C 30 58 2F
Octal 340 265 16 0 23 136 14 60 130 57
Binary 11100000 10110101 1110 0 10011 1011110 1100 110000 1011000 101111

Color Harmonies of #E0B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B50E

Black with #E0B50E

Text Example


Text Example

White with #E0B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B50E; }

 p { color: rgb(224,181,14); }

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

background-color css

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

 a { background-color: rgb(224,181,14); }

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

border-color css

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

 span { border-color: rgb(224,181,14); }

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