Html Css Color HEX #EA5014 Persimmon

📋 copy color: '#EA5014'

red 234 ◦ green 80 ◦ blue 20

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

Shades of Persimmon #EA5014

Tints of Persimmon #EA5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 70.06%
G = 23.95%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA5014 (or 0xEA5014) is known color: Persimmon. HEX triplet: EA, 50 and 14. RGB value is (234,80,20). Sum of RGB (Red+Green+Blue) = 234+80+20=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5014 is #15AFEB. Grayscale: #777777. Windows color (decimal): -1421292 or 1331434. OLE color: 1331434.

HSL color Cylindrical-coordinate representation of color #EA5014: hue angle of 16.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA5014 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 80 20 -
CMYK 0 0.66 0.91 0.08
HSL 16.82º 0.84% 0.5% -
HSV(B) 16.82º 0.91% 0.92% -
XYZ 36.93 23.28 3.21 -
YUV 119.21 72.02 209.88 -
System Red Green Blue C M Y K H S L
Decimal 234 80 20 0 0.66 0.91 0.08 16.82 0.84 0.5
Hex EA 50 14 0 42 5B 8 11 54 32
Octal 352 120 24 0 102 133 10 21 124 62
Binary 11101010 1010000 10100 0 1000010 1011011 1000 10001 1010100 110010

Color Harmonies of #EA5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5014

Black with #EA5014

Text Example


Text Example

White with #EA5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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