Html Css Color HEX #EA5411 Persimmon

📋 copy color: '#EA5411'

red 234 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #EA5411

Tints of Persimmon #EA5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 69.85%
G = 25.07%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA5411 (or 0xEA5411) is known color: Persimmon. HEX triplet: EA, 54 and 11. RGB value is (234,84,17). Sum of RGB (Red+Green+Blue) = 234+84+17=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5411 is #15ABEE. Grayscale: #797979. Windows color (decimal): -1420271 or 1135850. OLE color: 1135850.

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

Color convert

RGB 234 84 17 -
CMYK 0 0.64 0.93 0.08
HSL 18.53º 0.86% 0.49% -
HSV(B) 18.53º 0.93% 0.92% -
XYZ 37.2 23.87 3.18 -
YUV 121.21 69.2 208.45 -
System Red Green Blue C M Y K H S L
Decimal 234 84 17 0 0.64 0.93 0.08 18.53 0.86 0.49
Hex EA 54 11 0 40 5D 8 13 56 31
Octal 352 124 21 0 100 135 10 23 126 61
Binary 11101010 1010100 10001 0 1000000 1011101 1000 10011 1010110 110001

Color Harmonies of #EA5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5411

Black with #EA5411

Text Example


Text Example

White with #EA5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5411; }

 p { color: rgb(234,84,17); }

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

background-color css

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

 a { background-color: rgb(234,84,17); }

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

border-color css

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

 span { border-color: rgb(234,84,17); }

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