Html Css Color HEX #EA571E Persimmon

📋 copy color: '#EA571E'

red 234 ◦ green 87 ◦ blue 30

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

Shades of Persimmon #EA571E

Tints of Persimmon #EA571E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

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

R = 66.67%
G = 24.79%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA571E (or 0xEA571E) is known color: Persimmon. HEX triplet: EA, 57 and 1E. RGB value is (234,87,30). Sum of RGB (Red+Green+Blue) = 234+87+30=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA571E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA571E is #15A8E1. Grayscale: #7C7C7C. Windows color (decimal): -1419490 or 1988586. OLE color: 1988586.

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

Color convert

RGB 234 87 30 -
CMYK 0 0.63 0.87 0.08
HSL 16.76º 0.83% 0.52% -
HSV(B) 16.76º 0.87% 0.92% -
XYZ 37.57 24.4 3.96 -
YUV 124.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 234 87 30 0 0.63 0.87 0.08 16.76 0.83 0.52
Hex EA 57 1E 0 3F 57 8 11 53 34
Octal 352 127 36 0 77 127 10 21 123 64
Binary 11101010 1010111 11110 0 111111 1010111 1000 10001 1010011 110100

Color Harmonies of #EA571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA571E

Black with #EA571E

Text Example


Text Example

White with #EA571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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