Html Css Color HEX #EA4D18 Persimmon

📋 copy color: '#EA4D18'

red 234 ◦ green 77 ◦ blue 24

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

Shades of Persimmon #EA4D18

Tints of Persimmon #EA4D18

RGB

 RED value IS 234 (91.8% from 255) = 69.85%

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 69.85%
G = 22.99%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA4D18 (or 0xEA4D18) is known color: Persimmon. HEX triplet: EA, 4D and 18. RGB value is (234,77,24). Sum of RGB (Red+Green+Blue) = 234+77+24=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D18 is #15B2E7. Grayscale: #767676. Windows color (decimal): -1422056 or 1592810. OLE color: 1592810.

HSL color Cylindrical-coordinate representation of color #EA4D18: hue angle of 15.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA4D18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 24 -
CMYK 0 0.67 0.90 0.08
HSL 15.14º 0.83% 0.51% -
HSV(B) 15.14º 0.9% 0.92% -
XYZ 36.75 22.87 3.34 -
YUV 117.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 234 77 24 0 0.67 0.90 0.08 15.14 0.83 0.51
Hex EA 4D 18 0 43 5A 8 F 53 33
Octal 352 115 30 0 103 132 10 17 123 63
Binary 11101010 1001101 11000 0 1000011 1011010 1000 1111 1010011 110011

Color Harmonies of #EA4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D18

Black with #EA4D18

Text Example


Text Example

White with #EA4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D18; }

 p { color: rgb(234,77,24); }

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

background-color css

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

 a { background-color: rgb(234,77,24); }

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

border-color css

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

 span { border-color: rgb(234,77,24); }

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