Html Css Color HEX #EA5000 Persimmon

📋 copy color: '#EA5000'

red 234 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #EA5000

Tints of Persimmon #EA5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 74.52%
G = 25.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5000 (or 0xEA5000) is known color: Persimmon. HEX triplet: EA, 50 and 00. RGB value is (234,80,0). Sum of RGB (Red+Green+Blue) = 234+80+0=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5000 is #15AFFF. Grayscale: #757575. Windows color (decimal): -1421312 or 20714. OLE color: 20714.

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

Color convert

RGB 234 80 0 -
CMYK 0 0.66 1 0.08
HSL 20.51º 1% 0.46% -
HSV(B) 20.51º 1% 0.92% -
XYZ 36.8 23.23 2.54 -
YUV 116.93 62.02 211.5 -
System Red Green Blue C M Y K H S L
Decimal 234 80 0 0 0.66 1 0.08 20.51 1 0.46
Hex EA 50 0 0 42 64 8 15 64 2E
Octal 352 120 0 0 102 144 10 25 144 56
Binary 11101010 1010000 0 0 1000010 1100100 1000 10101 1100100 101110

Color Harmonies of #EA5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5000

Black with #EA5000

Text Example


Text Example

White with #EA5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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