Html Css Color HEX #E45F0D Persimmon

📋 copy color: '#E45F0D'

red 228 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E45F0D

Tints of Persimmon #E45F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 67.86%
G = 28.27%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E45F0D (or 0xE45F0D) is known color: Persimmon. HEX triplet: E4, 5F and 0D. RGB value is (228,95,13). Sum of RGB (Red+Green+Blue) = 228+95+13=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F0D is #1BA0F2. Grayscale: #7D7D7D. Windows color (decimal): -1810675 or 876516. OLE color: 876516.

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

Color convert

RGB 228 95 13 -
CMYK 0 0.58 0.94 0.11
HSL 22.88º 0.89% 0.47% -
HSV(B) 22.88º 0.94% 0.89% -
XYZ 36.16 24.71 3.24 -
YUV 125.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 228 95 13 0 0.58 0.94 0.11 22.88 0.89 0.47
Hex E4 5F D 0 3A 5E B 17 59 2F
Octal 344 137 15 0 72 136 13 27 131 57
Binary 11100100 1011111 1101 0 111010 1011110 1011 10111 1011001 101111

Color Harmonies of #E45F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F0D

Black with #E45F0D

Text Example


Text Example

White with #E45F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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