Html Css Color HEX #EA520F Persimmon

📋 copy color: '#EA520F'

red 234 ◦ green 82 ◦ blue 15

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

Shades of Persimmon #EA520F

Tints of Persimmon #EA520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 70.69%
G = 24.77%
B = 4.53%

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

#EA520F (or 0xEA520F) is known color: Persimmon. HEX triplet: EA, 52 and 0F. RGB value is (234,82,15). Sum of RGB (Red+Green+Blue) = 234+82+15=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA520F is #15ADF0. Grayscale: #787878. Windows color (decimal): -1420785 or 1004266. OLE color: 1004266.

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

Color convert

RGB 234 82 15 -
CMYK 0 0.65 0.94 0.08
HSL 18.36º 0.88% 0.49% -
HSV(B) 18.36º 0.94% 0.92% -
XYZ 37.04 23.56 3.05 -
YUV 119.81 68.86 209.45 -
System Red Green Blue C M Y K H S L
Decimal 234 82 15 0 0.65 0.94 0.08 18.36 0.88 0.49
Hex EA 52 F 0 41 5E 8 12 58 31
Octal 352 122 17 0 101 136 10 22 130 61
Binary 11101010 1010010 1111 0 1000001 1011110 1000 10010 1011000 110001

Color Harmonies of #EA520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA520F

Black with #EA520F

Text Example


Text Example

White with #EA520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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