Html Css Color HEX #EA6000 Persimmon

📋 copy color: '#EA6000'

red 234 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #EA6000

Tints of Persimmon #EA6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.09%

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

R = 70.91%
G = 29.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA6000 (or 0xEA6000) is known color: Persimmon. HEX triplet: EA, 60 and 00. RGB value is (234,96,0). Sum of RGB (Red+Green+Blue) = 234+96+0=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6000 is #159FFF. Grayscale: #7E7E7E. Windows color (decimal): -1417216 or 24810. OLE color: 24810.

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

Color convert

RGB 234 96 0 -
CMYK 0 0.59 1 0.08
HSL 24.62º 1% 0.46% -
HSV(B) 24.62º 1% 0.92% -
XYZ 38.11 25.86 2.98 -
YUV 126.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 234 96 0 0 0.59 1 0.08 24.62 1 0.46
Hex EA 60 0 0 3B 64 8 19 64 2E
Octal 352 140 0 0 73 144 10 31 144 56
Binary 11101010 1100000 0 0 111011 1100100 1000 11001 1100100 101110

Color Harmonies of #EA6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6000

Black with #EA6000

Text Example


Text Example

White with #EA6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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