Html Css Color HEX #E8B70E Sunflower

📋 copy color: '#E8B70E'

red 232 ◦ green 183 ◦ blue 14

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

Shades of Sunflower #E8B70E

Tints of Sunflower #E8B70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 54.08%
G = 42.66%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8B70E (or 0xE8B70E) is known color: Sunflower. HEX triplet: E8, B7 and 0E. RGB value is (232,183,14). Sum of RGB (Red+Green+Blue) = 232+183+14=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B70E is #1748F1. Grayscale: #B3B3B3. Windows color (decimal): -1526002 or 964584. OLE color: 964584.

HSL color Cylindrical-coordinate representation of color #E8B70E: hue angle of 46.51º degrees, saturation: 0.89, 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 #E8B70E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 183 14 -
CMYK 0 0.21 0.94 0.09
HSL 46.51º 0.89% 0.48% -
HSV(B) 46.51º 0.94% 0.91% -
XYZ 50.29 51.05 7.62 -
YUV 178.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 232 183 14 0 0.21 0.94 0.09 46.51 0.89 0.48
Hex E8 B7 E 0 15 5E 9 2F 59 30
Octal 350 267 16 0 25 136 11 57 131 60
Binary 11101000 10110111 1110 0 10101 1011110 1001 101111 1011001 110000

Color Harmonies of #E8B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B70E

Black with #E8B70E

Text Example


Text Example

White with #E8B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B70E; }

 p { color: rgb(232,183,14); }

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

background-color css

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

 a { background-color: rgb(232,183,14); }

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

border-color css

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

 span { border-color: rgb(232,183,14); }

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