Html Css Color HEX #E4420E Persimmon

📋 copy color: '#E4420E'

red 228 ◦ green 66 ◦ blue 14

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

Shades of Persimmon #E4420E

Tints of Persimmon #E4420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 74.03%
G = 21.43%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4420E (or 0xE4420E) is known color: Persimmon. HEX triplet: E4, 42 and 0E. RGB value is (228,66,14). Sum of RGB (Red+Green+Blue) = 228+66+14=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E4420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4420E is #1BBDF1. Grayscale: #6C6C6C. Windows color (decimal): -1818098 or 934628. OLE color: 934628.

HSL color Cylindrical-coordinate representation of color #E4420E: hue angle of 14.58º degrees, saturation: 0.88, 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 #E4420E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 66 14 -
CMYK 0 0.71 0.94 0.11
HSL 14.58º 0.88% 0.47% -
HSV(B) 14.58º 0.94% 0.89% -
XYZ 34.02 20.42 2.56 -
YUV 108.51 74.67 213.23 -
System Red Green Blue C M Y K H S L
Decimal 228 66 14 0 0.71 0.94 0.11 14.58 0.88 0.47
Hex E4 42 E 0 47 5E B F 58 2F
Octal 344 102 16 0 107 136 13 17 130 57
Binary 11100100 1000010 1110 0 1000111 1011110 1011 1111 1011000 101111

Color Harmonies of #E4420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4420E

Black with #E4420E

Text Example


Text Example

White with #E4420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4420E; }

 p { color: rgb(228,66,14); }

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

background-color css

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

 a { background-color: rgb(228,66,14); }

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

border-color css

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

 span { border-color: rgb(228,66,14); }

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