Html Css Color HEX #EA531E Persimmon

📋 copy color: '#EA531E'

red 234 ◦ green 83 ◦ blue 30

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

Shades of Persimmon #EA531E

Tints of Persimmon #EA531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 67.44%
G = 23.92%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA531E (or 0xEA531E) is known color: Persimmon. HEX triplet: EA, 53 and 1E. RGB value is (234,83,30). Sum of RGB (Red+Green+Blue) = 234+83+30=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA531E is #15ACE1. Grayscale: #7A7A7A. Windows color (decimal): -1420514 or 1987562. OLE color: 1987562.

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

Color convert

RGB 234 83 30 -
CMYK 0 0.65 0.87 0.08
HSL 15.59º 0.83% 0.52% -
HSV(B) 15.59º 0.87% 0.92% -
XYZ 37.26 23.77 3.85 -
YUV 122.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 234 83 30 0 0.65 0.87 0.08 15.59 0.83 0.52
Hex EA 53 1E 0 41 57 8 10 53 34
Octal 352 123 36 0 101 127 10 20 123 64
Binary 11101010 1010011 11110 0 1000001 1010111 1000 10000 1010011 110100

Color Harmonies of #EA531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA531E

Black with #EA531E

Text Example


Text Example

White with #EA531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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