Html Css Color HEX #E0BA1F Sunflower

📋 copy color: '#E0BA1F'

red 224 ◦ green 186 ◦ blue 31

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

Shades of Sunflower #E0BA1F

Tints of Sunflower #E0BA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.03%

R = 50.79%
G = 42.18%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0BA1F (or 0xE0BA1F) is known color: Sunflower. HEX triplet: E0, BA and 1F. RGB value is (224,186,31). Sum of RGB (Red+Green+Blue) = 224+186+31=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA1F is #1F45E0. Grayscale: #B4B4B4. Windows color (decimal): -2049505 or 2079456. OLE color: 2079456.

HSL color Cylindrical-coordinate representation of color #E0BA1F: hue angle of 48.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0BA1F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 186 31 -
CMYK 0 0.17 0.86 0.12
HSL 48.19º 0.76% 0.5% -
HSV(B) 48.19º 0.86% 0.88% -
XYZ 48.55 51.06 8.59 -
YUV 179.69 44.09 159.6 -
System Red Green Blue C M Y K H S L
Decimal 224 186 31 0 0.17 0.86 0.12 48.19 0.76 0.5
Hex E0 BA 1F 0 11 56 C 30 4C 32
Octal 340 272 37 0 21 126 14 60 114 62
Binary 11100000 10111010 11111 0 10001 1010110 1100 110000 1001100 110010

Color Harmonies of #E0BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA1F

Black with #E0BA1F

Text Example


Text Example

White with #E0BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA1F; }

 p { color: rgb(224,186,31); }

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

background-color css

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

 a { background-color: rgb(224,186,31); }

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

border-color css

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

 span { border-color: rgb(224,186,31); }

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