Html Css Color HEX #EA520D Persimmon

📋 copy color: '#EA520D'

red 234 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #EA520D

Tints of Persimmon #EA520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 71.12%
G = 24.92%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA520D (or 0xEA520D) is known color: Persimmon. HEX triplet: EA, 52 and 0D. RGB value is (234,82,13). Sum of RGB (Red+Green+Blue) = 234+82+13=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA520D is #15ADF2. Grayscale: #787878. Windows color (decimal): -1420787 or 873194. OLE color: 873194.

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

Color convert

RGB 234 82 13 -
CMYK 0 0.65 0.94 0.08
HSL 18.73º 0.89% 0.48% -
HSV(B) 18.73º 0.94% 0.92% -
XYZ 37.02 23.56 2.98 -
YUV 119.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 234 82 13 0 0.65 0.94 0.08 18.73 0.89 0.48
Hex EA 52 D 0 41 5E 8 13 59 30
Octal 352 122 15 0 101 136 10 23 131 60
Binary 11101010 1010010 1101 0 1000001 1011110 1000 10011 1011001 110000

Color Harmonies of #EA520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA520D

Black with #EA520D

Text Example


Text Example

White with #EA520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA520D; }

 p { color: rgb(234,82,13); }

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

background-color css

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

 a { background-color: rgb(234,82,13); }

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

border-color css

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

 span { border-color: rgb(234,82,13); }

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