Html Css Color HEX #E0BA18 Sunflower

📋 copy color: '#E0BA18'

red 224 ◦ green 186 ◦ blue 24

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

Shades of Sunflower #E0BA18

Tints of Sunflower #E0BA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 51.61%
G = 42.86%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0BA18 (or 0xE0BA18) is known color: Sunflower. HEX triplet: E0, BA and 18. RGB value is (224,186,24). Sum of RGB (Red+Green+Blue) = 224+186+24=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BA18 is #1F45E7. Grayscale: #B3B3B3. Windows color (decimal): -2049512 or 1620704. OLE color: 1620704.

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

Color convert

RGB 224 186 24 -
CMYK 0 0.17 0.89 0.12
HSL 48.6º 0.81% 0.49% -
HSV(B) 48.6º 0.89% 0.88% -
XYZ 48.46 51.03 8.16 -
YUV 178.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 224 186 24 0 0.17 0.89 0.12 48.6 0.81 0.49
Hex E0 BA 18 0 11 59 C 31 51 31
Octal 340 272 30 0 21 131 14 61 121 61
Binary 11100000 10111010 11000 0 10001 1011001 1100 110001 1010001 110001

Color Harmonies of #E0BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA18

Black with #E0BA18

Text Example


Text Example

White with #E0BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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