Html Css Color HEX #E0B70A Sunflower

📋 copy color: '#E0B70A'

red 224 ◦ green 183 ◦ blue 10

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

Shades of Sunflower #E0B70A

Tints of Sunflower #E0B70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.88%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 53.72%
G = 43.88%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0B70A (or 0xE0B70A) is known color: Sunflower. HEX triplet: E0, B7 and 0A. RGB value is (224,183,10). Sum of RGB (Red+Green+Blue) = 224+183+10=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B70A is #1F48F5. Grayscale: #B0B0B0. Windows color (decimal): -2050294 or 702432. OLE color: 702432.

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

Color convert

RGB 224 183 10 -
CMYK 0 0.18 0.96 0.12
HSL 48.5º 0.91% 0.46% -
HSV(B) 48.5º 0.96% 0.88% -
XYZ 47.73 49.74 7.37 -
YUV 175.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 224 183 10 0 0.18 0.96 0.12 48.5 0.91 0.46
Hex E0 B7 A 0 12 60 C 31 5B 2E
Octal 340 267 12 0 22 140 14 61 133 56
Binary 11100000 10110111 1010 0 10010 1100000 1100 110001 1011011 101110

Color Harmonies of #E0B70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B70A

Black with #E0B70A

Text Example


Text Example

White with #E0B70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B70A; }

 p { color: rgb(224,183,10); }

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

background-color css

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

 a { background-color: rgb(224,183,10); }

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

border-color css

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

 span { border-color: rgb(224,183,10); }

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