Html Css Color HEX #EA5A00 Persimmon

📋 copy color: '#EA5A00'

red 234 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #EA5A00

Tints of Persimmon #EA5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 72.22%
G = 27.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5A00 (or 0xEA5A00) is known color: Persimmon. HEX triplet: EA, 5A and 00. RGB value is (234,90,0). Sum of RGB (Red+Green+Blue) = 234+90+0=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5A00 is #15A5FF. Grayscale: #7B7B7B. Windows color (decimal): -1418752 or 23274. OLE color: 23274.

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

Color convert

RGB 234 90 0 -
CMYK 0 0.62 1 0.08
HSL 23.08º 1% 0.46% -
HSV(B) 23.08º 1% 0.92% -
XYZ 37.59 24.8 2.81 -
YUV 122.8 58.71 207.32 -
System Red Green Blue C M Y K H S L
Decimal 234 90 0 0 0.62 1 0.08 23.08 1 0.46
Hex EA 5A 0 0 3E 64 8 17 64 2E
Octal 352 132 0 0 76 144 10 27 144 56
Binary 11101010 1011010 0 0 111110 1100100 1000 10111 1100100 101110

Color Harmonies of #EA5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A00

Black with #EA5A00

Text Example


Text Example

White with #EA5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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