Html Css Color HEX #EA530D Persimmon

📋 copy color: '#EA530D'

red 234 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #EA530D

Tints of Persimmon #EA530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

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

R = 70.91%
G = 25.15%
B = 3.94%

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

#EA530D (or 0xEA530D) is known color: Persimmon. HEX triplet: EA, 53 and 0D. RGB value is (234,83,13). Sum of RGB (Red+Green+Blue) = 234+83+13=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA530D is #15ACF2. Grayscale: #787878. Windows color (decimal): -1420531 or 873450. OLE color: 873450.

HSL color Cylindrical-coordinate representation of color #EA530D: hue angle of 19º 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 #EA530D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 13 -
CMYK 0 0.65 0.94 0.08
HSL 19º 0.89% 0.48% -
HSV(B) 19º 0.94% 0.92% -
XYZ 37.1 23.71 3 -
YUV 120.17 67.53 209.19 -
System Red Green Blue C M Y K H S L
Decimal 234 83 13 0 0.65 0.94 0.08 19 0.89 0.48
Hex EA 53 D 0 41 5E 8 13 59 30
Octal 352 123 15 0 101 136 10 23 131 60
Binary 11101010 1010011 1101 0 1000001 1011110 1000 10011 1011001 110000

Color Harmonies of #EA530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA530D

Black with #EA530D

Text Example


Text Example

White with #EA530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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