Html Css Color HEX #E4490C Persimmon

📋 copy color: '#E4490C'

red 228 ◦ green 73 ◦ blue 12

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

Shades of Persimmon #E4490C

Tints of Persimmon #E4490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 72.84%
G = 23.32%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4490C (or 0xE4490C) is known color: Persimmon. HEX triplet: E4, 49 and 0C. RGB value is (228,73,12). Sum of RGB (Red+Green+Blue) = 228+73+12=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E4490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4490C is #1BB6F3. Grayscale: #707070. Windows color (decimal): -1816308 or 805348. OLE color: 805348.

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

Color convert

RGB 228 73 12 -
CMYK 0 0.68 0.95 0.11
HSL 16.94º 0.9% 0.47% -
HSV(B) 16.94º 0.95% 0.89% -
XYZ 34.44 21.29 2.64 -
YUV 112.39 71.35 210.46 -
System Red Green Blue C M Y K H S L
Decimal 228 73 12 0 0.68 0.95 0.11 16.94 0.9 0.47
Hex E4 49 C 0 44 5F B 11 5A 2F
Octal 344 111 14 0 104 137 13 21 132 57
Binary 11100100 1001001 1100 0 1000100 1011111 1011 10001 1011010 101111

Color Harmonies of #E4490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4490C

Black with #E4490C

Text Example


Text Example

White with #E4490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4490C; }

 p { color: rgb(228,73,12); }

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

background-color css

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

 a { background-color: rgb(228,73,12); }

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

border-color css

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

 span { border-color: rgb(228,73,12); }

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