Html Css Color HEX #E0AF10 Sunflower

📋 copy color: '#E0AF10'

red 224 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #E0AF10

Tints of Sunflower #E0AF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 53.98%
G = 42.17%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0AF10 (or 0xE0AF10) is known color: Sunflower. HEX triplet: E0, AF and 10. RGB value is (224,175,16). Sum of RGB (Red+Green+Blue) = 224+175+16=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF10 is #1F50EF. Grayscale: #ACACAC. Windows color (decimal): -2052336 or 1093600. OLE color: 1093600.

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

Color convert

RGB 224 175 16 -
CMYK 0 0.22 0.93 0.12
HSL 45.87º 0.87% 0.47% -
HSV(B) 45.87º 0.93% 0.88% -
XYZ 46.16 46.54 7.04 -
YUV 171.53 40.23 165.43 -
System Red Green Blue C M Y K H S L
Decimal 224 175 16 0 0.22 0.93 0.12 45.87 0.87 0.47
Hex E0 AF 10 0 16 5D C 2E 57 2F
Octal 340 257 20 0 26 135 14 56 127 57
Binary 11100000 10101111 10000 0 10110 1011101 1100 101110 1010111 101111

Color Harmonies of #E0AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF10

Black with #E0AF10

Text Example


Text Example

White with #E0AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF10; }

 p { color: rgb(224,175,16); }

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

background-color css

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

 a { background-color: rgb(224,175,16); }

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

border-color css

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

 span { border-color: rgb(224,175,16); }

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