Html Css Color HEX #E8C70F Sunflower

📋 copy color: '#E8C70F'

red 232 ◦ green 199 ◦ blue 15

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

Shades of Sunflower #E8C70F

Tints of Sunflower #E8C70F

RGB

 RED value IS 232 (91.02% from 255) = 52.02%

 GREEN value IS 199 (78.13% from 255) = 44.62%

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

R = 52.02%
G = 44.62%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8C70F (or 0xE8C70F) is known color: Sunflower. HEX triplet: E8, C7 and 0F. RGB value is (232,199,15). Sum of RGB (Red+Green+Blue) = 232+199+15=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C70F is #1738F0. Grayscale: #BCBCBC. Windows color (decimal): -1521905 or 1034216. OLE color: 1034216.

HSL color Cylindrical-coordinate representation of color #E8C70F: hue angle of 50.88º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8C70F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 199 15 -
CMYK 0 0.14 0.94 0.09
HSL 50.88º 0.88% 0.48% -
HSV(B) 50.88º 0.94% 0.91% -
XYZ 53.79 58.04 8.82 -
YUV 187.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 232 199 15 0 0.14 0.94 0.09 50.88 0.88 0.48
Hex E8 C7 F 0 E 5E 9 33 58 30
Octal 350 307 17 0 16 136 11 63 130 60
Binary 11101000 11000111 1111 0 1110 1011110 1001 110011 1011000 110000

Color Harmonies of #E8C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C70F

Black with #E8C70F

Text Example


Text Example

White with #E8C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C70F; }

 p { color: rgb(232,199,15); }

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

background-color css

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

 a { background-color: rgb(232,199,15); }

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

border-color css

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

 span { border-color: rgb(232,199,15); }

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