Html Css Color HEX #EA5E00 Persimmon

📋 copy color: '#EA5E00'

red 234 ◦ green 94 ◦ blue 0

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

Shades of Persimmon #EA5E00

Tints of Persimmon #EA5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.34%
G = 28.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5E00 (or 0xEA5E00) is known color: Persimmon. HEX triplet: EA, 5E and 00. RGB value is (234,94,0). Sum of RGB (Red+Green+Blue) = 234+94+0=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E00 is #15A1FF. Grayscale: #7D7D7D. Windows color (decimal): -1417728 or 24298. OLE color: 24298.

HSL color Cylindrical-coordinate representation of color #EA5E00: hue angle of 24.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA5E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 0 -
CMYK 0 0.60 1 0.08
HSL 24.1º 1% 0.46% -
HSV(B) 24.1º 1% 0.92% -
XYZ 37.93 25.5 2.92 -
YUV 125.14 57.38 205.64 -
System Red Green Blue C M Y K H S L
Decimal 234 94 0 0 0.60 1 0.08 24.1 1 0.46
Hex EA 5E 0 0 3C 64 8 18 64 2E
Octal 352 136 0 0 74 144 10 30 144 56
Binary 11101010 1011110 0 0 111100 1100100 1000 11000 1100100 101110

Color Harmonies of #EA5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E00

Black with #EA5E00

Text Example


Text Example

White with #EA5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E00; }

 p { color: rgb(234,94,0); }

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

background-color css

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

 a { background-color: rgb(234,94,0); }

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

border-color css

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

 span { border-color: rgb(234,94,0); }

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