Html Css Color HEX #EA4A00 Persimmon

📋 copy color: '#EA4A00'

red 234 ◦ green 74 ◦ blue 0

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

Shades of Persimmon #EA4A00

Tints of Persimmon #EA4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 75.97%
G = 24.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA4A00 (or 0xEA4A00) is known color: Persimmon. HEX triplet: EA, 4A and 00. RGB value is (234,74,0). Sum of RGB (Red+Green+Blue) = 234+74+0=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4A00 is #15B5FF. Grayscale: #717171. Windows color (decimal): -1422848 or 19178. OLE color: 19178.

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

Color convert

RGB 234 74 0 -
CMYK 0 0.68 1 0.08
HSL 18.97º 1% 0.46% -
HSV(B) 18.97º 1% 0.92% -
XYZ 36.38 22.39 2.4 -
YUV 113.4 64.01 214.02 -
System Red Green Blue C M Y K H S L
Decimal 234 74 0 0 0.68 1 0.08 18.97 1 0.46
Hex EA 4A 0 0 44 64 8 13 64 2E
Octal 352 112 0 0 104 144 10 23 144 56
Binary 11101010 1001010 0 0 1000100 1100100 1000 10011 1100100 101110

Color Harmonies of #EA4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A00

Black with #EA4A00

Text Example


Text Example

White with #EA4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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