Html Css Color HEX #EA4D17 Persimmon

📋 copy color: '#EA4D17'

red 234 ◦ green 77 ◦ blue 23

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

Shades of Persimmon #EA4D17

Tints of Persimmon #EA4D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.89%

R = 70.06%
G = 23.05%
B = 6.89%

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

#EA4D17 (or 0xEA4D17) is known color: Persimmon. HEX triplet: EA, 4D and 17. RGB value is (234,77,23). Sum of RGB (Red+Green+Blue) = 234+77+23=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D17 is #15B2E8. Grayscale: #767676. Windows color (decimal): -1422057 or 1527274. OLE color: 1527274.

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

Color convert

RGB 234 77 23 -
CMYK 0 0.67 0.90 0.08
HSL 15.36º 0.83% 0.5% -
HSV(B) 15.36º 0.9% 0.92% -
XYZ 36.74 22.86 3.29 -
YUV 117.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 234 77 23 0 0.67 0.90 0.08 15.36 0.83 0.5
Hex EA 4D 17 0 43 5A 8 F 53 32
Octal 352 115 27 0 103 132 10 17 123 62
Binary 11101010 1001101 10111 0 1000011 1011010 1000 1111 1010011 110010

Color Harmonies of #EA4D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D17

Black with #EA4D17

Text Example


Text Example

White with #EA4D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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