Html Css Color HEX #E0B304 Sunflower

📋 copy color: '#E0B304'

red 224 ◦ green 179 ◦ blue 4

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

Shades of Sunflower #E0B304

Tints of Sunflower #E0B304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

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

R = 55.04%
G = 43.98%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0B304 (or 0xE0B304) is known color: Sunflower. HEX triplet: E0, B3 and 04. RGB value is (224,179,4). Sum of RGB (Red+Green+Blue) = 224+179+4=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B304 is #1F4CFB. Grayscale: #ADADAD. Windows color (decimal): -2051324 or 308192. OLE color: 308192.

HSL color Cylindrical-coordinate representation of color #E0B304: hue angle of 47.73º 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 #E0B304 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 4 -
CMYK 0 0.20 0.98 0.12
HSL 47.73º 0.96% 0.45% -
HSV(B) 47.73º 0.98% 0.88% -
XYZ 46.88 48.1 6.93 -
YUV 172.51 32.91 164.73 -
System Red Green Blue C M Y K H S L
Decimal 224 179 4 0 0.20 0.98 0.12 47.73 0.96 0.45
Hex E0 B3 4 0 14 62 C 30 60 2D
Octal 340 263 4 0 24 142 14 60 140 55
Binary 11100000 10110011 100 0 10100 1100010 1100 110000 1100000 101101

Color Harmonies of #E0B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B304

Black with #E0B304

Text Example


Text Example

White with #E0B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B304; }

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

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

background-color css

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

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

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

border-color css

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

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

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