Html Css Color HEX #EA4800 Persimmon

📋 copy color: '#EA4800'

red 234 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #EA4800

Tints of Persimmon #EA4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 76.47%
G = 23.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA4800 (or 0xEA4800) is known color: Persimmon. HEX triplet: EA, 48 and 00. RGB value is (234,72,0). Sum of RGB (Red+Green+Blue) = 234+72+0=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4800 is #15B7FF. Grayscale: #707070. Windows color (decimal): -1423360 or 18666. OLE color: 18666.

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

Color convert

RGB 234 72 0 -
CMYK 0 0.69 1 0.08
HSL 18.46º 1% 0.46% -
HSV(B) 18.46º 1% 0.92% -
XYZ 36.25 22.13 2.36 -
YUV 112.23 64.67 214.85 -
System Red Green Blue C M Y K H S L
Decimal 234 72 0 0 0.69 1 0.08 18.46 1 0.46
Hex EA 48 0 0 45 64 8 12 64 2E
Octal 352 110 0 0 105 144 10 22 144 56
Binary 11101010 1001000 0 0 1000101 1100100 1000 10010 1100100 101110

Color Harmonies of #EA4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4800

Black with #EA4800

Text Example


Text Example

White with #EA4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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