Html Css Color HEX #E24A0E Persimmon

📋 copy color: '#E24A0E'

red 226 ◦ green 74 ◦ blue 14

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

Shades of Persimmon #E24A0E

Tints of Persimmon #E24A0E

RGB

 RED value IS 226 (88.67% from 255) = 71.97%

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 71.97%
G = 23.57%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E24A0E (or 0xE24A0E) is known color: Persimmon. HEX triplet: E2, 4A and 0E. RGB value is (226,74,14). Sum of RGB (Red+Green+Blue) = 226+74+14=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A0E is #1DB5F1. Grayscale: #717171. Windows color (decimal): -1947122 or 936674. OLE color: 936674.

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

Color convert

RGB 226 74 14 -
CMYK 0 0.67 0.94 0.11
HSL 16.98º 0.88% 0.47% -
HSV(B) 16.98º 0.94% 0.89% -
XYZ 33.89 21.1 2.7 -
YUV 112.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 226 74 14 0 0.67 0.94 0.11 16.98 0.88 0.47
Hex E2 4A E 0 43 5E B 11 58 2F
Octal 342 112 16 0 103 136 13 21 130 57
Binary 11100010 1001010 1110 0 1000011 1011110 1011 10001 1011000 101111

Color Harmonies of #E24A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A0E

Black with #E24A0E

Text Example


Text Example

White with #E24A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A0E; }

 p { color: rgb(226,74,14); }

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

background-color css

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

 a { background-color: rgb(226,74,14); }

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

border-color css

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

 span { border-color: rgb(226,74,14); }

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