Html Css Color HEX #EA5101 Persimmon

📋 copy color: '#EA5101'

red 234 ◦ green 81 ◦ blue 1

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

Shades of Persimmon #EA5101

Tints of Persimmon #EA5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 74.05%
G = 25.63%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA5101 (or 0xEA5101) is known color: Persimmon. HEX triplet: EA, 51 and 01. RGB value is (234,81,1). Sum of RGB (Red+Green+Blue) = 234+81+1=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5101 is #15AEFE. Grayscale: #767676. Windows color (decimal): -1421055 or 86506. OLE color: 86506.

HSL color Cylindrical-coordinate representation of color #EA5101: hue angle of 20.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA5101 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 1 -
CMYK 0 0.65 1.00 0.08
HSL 20.6º 0.99% 0.46% -
HSV(B) 20.6º 1% 0.92% -
XYZ 36.88 23.38 2.6 -
YUV 117.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 234 81 1 0 0.65 1.00 0.08 20.6 0.99 0.46
Hex EA 51 1 0 41 64 8 15 63 2E
Octal 352 121 1 0 101 144 10 25 143 56
Binary 11101010 1010001 1 0 1000001 1100100 1000 10101 1100011 101110

Color Harmonies of #EA5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5101

Black with #EA5101

Text Example


Text Example

White with #EA5101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5101; }

 p { color: rgb(234,81,1); }

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

background-color css

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

 a { background-color: rgb(234,81,1); }

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

border-color css

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

 span { border-color: rgb(234,81,1); }

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