Html Css Color HEX #E0B30F Sunflower

📋 copy color: '#E0B30F'

red 224 ◦ green 179 ◦ blue 15

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

Shades of Sunflower #E0B30F

Tints of Sunflower #E0B30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 53.59%
G = 42.82%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0B30F (or 0xE0B30F) is known color: Sunflower. HEX triplet: E0, B3 and 0F. RGB value is (224,179,15). Sum of RGB (Red+Green+Blue) = 224+179+15=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B30F is #1F4CF0. Grayscale: #AEAEAE. Windows color (decimal): -2051313 or 1029088. OLE color: 1029088.

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

Color convert

RGB 224 179 15 -
CMYK 0 0.20 0.93 0.12
HSL 47.08º 0.87% 0.47% -
HSV(B) 47.08º 0.93% 0.88% -
XYZ 46.95 48.12 7.27 -
YUV 173.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 224 179 15 0 0.20 0.93 0.12 47.08 0.87 0.47
Hex E0 B3 F 0 14 5D C 2F 57 2F
Octal 340 263 17 0 24 135 14 57 127 57
Binary 11100000 10110011 1111 0 10100 1011101 1100 101111 1010111 101111

Color Harmonies of #E0B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B30F

Black with #E0B30F

Text Example


Text Example

White with #E0B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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