Html Css Color HEX #E45F06 Persimmon

📋 copy color: '#E45F06'

red 228 ◦ green 95 ◦ blue 6

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

Shades of Persimmon #E45F06

Tints of Persimmon #E45F06

RGB

 RED value IS 228 (89.45% from 255) = 69.3%

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 69.3%
G = 28.88%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E45F06 (or 0xE45F06) is known color: Persimmon. HEX triplet: E4, 5F and 06. RGB value is (228,95,6). Sum of RGB (Red+Green+Blue) = 228+95+6=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F06 is #1BA0F9. Grayscale: #7D7D7D. Windows color (decimal): -1810682 or 417764. OLE color: 417764.

HSL color Cylindrical-coordinate representation of color #E45F06: hue angle of 24.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E45F06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 6 -
CMYK 0 0.58 0.97 0.11
HSL 24.05º 0.95% 0.46% -
HSV(B) 24.05º 0.97% 0.89% -
XYZ 36.12 24.69 3.03 -
YUV 124.62 61.06 201.74 -
System Red Green Blue C M Y K H S L
Decimal 228 95 6 0 0.58 0.97 0.11 24.05 0.95 0.46
Hex E4 5F 6 0 3A 61 B 18 5F 2E
Octal 344 137 6 0 72 141 13 30 137 56
Binary 11100100 1011111 110 0 111010 1100001 1011 11000 1011111 101110

Color Harmonies of #E45F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F06

Black with #E45F06

Text Example


Text Example

White with #E45F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F06; }

 p { color: rgb(228,95,6); }

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

background-color css

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

 a { background-color: rgb(228,95,6); }

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

border-color css

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

 span { border-color: rgb(228,95,6); }

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