Html Css Color HEX #EA501A Persimmon

📋 copy color: '#EA501A'

red 234 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #EA501A

Tints of Persimmon #EA501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 68.82%
G = 23.53%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA501A (or 0xEA501A) is known color: Persimmon. HEX triplet: EA, 50 and 1A. RGB value is (234,80,26). Sum of RGB (Red+Green+Blue) = 234+80+26=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA501A is #15AFE5. Grayscale: #787878. Windows color (decimal): -1421286 or 1724650. OLE color: 1724650.

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

Color convert

RGB 234 80 26 -
CMYK 0 0.66 0.89 0.08
HSL 15.58º 0.83% 0.51% -
HSV(B) 15.58º 0.89% 0.92% -
XYZ 36.99 23.3 3.53 -
YUV 119.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 234 80 26 0 0.66 0.89 0.08 15.58 0.83 0.51
Hex EA 50 1A 0 42 59 8 10 53 33
Octal 352 120 32 0 102 131 10 20 123 63
Binary 11101010 1010000 11010 0 1000010 1011001 1000 10000 1010011 110011

Color Harmonies of #EA501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA501A

Black with #EA501A

Text Example


Text Example

White with #EA501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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