Html Css Color HEX #EA5400 Persimmon

📋 copy color: '#EA5400'

red 234 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #EA5400

Tints of Persimmon #EA5400

RGB

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

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

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

R = 73.58%
G = 26.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA5400 (or 0xEA5400) is known color: Persimmon. HEX triplet: EA, 54 and 00. RGB value is (234,84,0). Sum of RGB (Red+Green+Blue) = 234+84+0=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5400 is #15ABFF. Grayscale: #777777. Windows color (decimal): -1420288 or 21738. OLE color: 21738.

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

Color convert

RGB 234 84 0 -
CMYK 0 0.64 1 0.08
HSL 21.54º 1% 0.46% -
HSV(B) 21.54º 1% 0.92% -
XYZ 37.1 23.83 2.64 -
YUV 119.27 60.7 209.83 -
System Red Green Blue C M Y K H S L
Decimal 234 84 0 0 0.64 1 0.08 21.54 1 0.46
Hex EA 54 0 0 40 64 8 16 64 2E
Octal 352 124 0 0 100 144 10 26 144 56
Binary 11101010 1010100 0 0 1000000 1100100 1000 10110 1100100 101110

Color Harmonies of #EA5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5400

Black with #EA5400

Text Example


Text Example

White with #EA5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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