Html Css Color HEX #E0BA04 Sunflower

📋 copy color: '#E0BA04'

red 224 ◦ green 186 ◦ blue 4

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

Shades of Sunflower #E0BA04

Tints of Sunflower #E0BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 54.11%
G = 44.93%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0BA04 (or 0xE0BA04) is known color: Sunflower. HEX triplet: E0, BA and 04. RGB value is (224,186,4). Sum of RGB (Red+Green+Blue) = 224+186+4=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BA04 is #1F45FB. Grayscale: #B1B1B1. Windows color (decimal): -2049532 or 309984. OLE color: 309984.

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

Color convert

RGB 224 186 4 -
CMYK 0 0.17 0.98 0.12
HSL 49.64º 0.96% 0.45% -
HSV(B) 49.64º 0.98% 0.88% -
XYZ 48.32 50.97 7.41 -
YUV 176.61 30.59 161.8 -
System Red Green Blue C M Y K H S L
Decimal 224 186 4 0 0.17 0.98 0.12 49.64 0.96 0.45
Hex E0 BA 4 0 11 62 C 32 60 2D
Octal 340 272 4 0 21 142 14 62 140 55
Binary 11100000 10111010 100 0 10001 1100010 1100 110010 1100000 101101

Color Harmonies of #E0BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BA04

Black with #E0BA04

Text Example


Text Example

White with #E0BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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