Html Css Color HEX #EA5D1A Persimmon

📋 copy color: '#EA5D1A'

red 234 ◦ green 93 ◦ blue 26

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

Shades of Persimmon #EA5D1A

Tints of Persimmon #EA5D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 66.29%
G = 26.35%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA5D1A (or 0xEA5D1A) is known color: Persimmon. HEX triplet: EA, 5D and 1A. RGB value is (234,93,26). Sum of RGB (Red+Green+Blue) = 234+93+26=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D1A is #15A2E5. Grayscale: #7F7F7F. Windows color (decimal): -1417958 or 1727978. OLE color: 1727978.

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

Color convert

RGB 234 93 26 -
CMYK 0 0.60 0.89 0.08
HSL 19.33º 0.83% 0.51% -
HSV(B) 19.33º 0.89% 0.92% -
XYZ 38.03 25.4 3.87 -
YUV 127.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 234 93 26 0 0.60 0.89 0.08 19.33 0.83 0.51
Hex EA 5D 1A 0 3C 59 8 13 53 33
Octal 352 135 32 0 74 131 10 23 123 63
Binary 11101010 1011101 11010 0 111100 1011001 1000 10011 1010011 110011

Color Harmonies of #EA5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D1A

Black with #EA5D1A

Text Example


Text Example

White with #EA5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D1A; }

 p { color: rgb(234,93,26); }

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

background-color css

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

 a { background-color: rgb(234,93,26); }

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

border-color css

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

 span { border-color: rgb(234,93,26); }

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