Html Css Color HEX #EA5301 Persimmon

📋 copy color: '#EA5301'

red 234 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #EA5301

Tints of Persimmon #EA5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 73.58%
G = 26.1%
B = 0.31%

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

#EA5301 (or 0xEA5301) is known color: Persimmon. HEX triplet: EA, 53 and 01. RGB value is (234,83,1). Sum of RGB (Red+Green+Blue) = 234+83+1=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5301 is #15ACFE. Grayscale: #777777. Windows color (decimal): -1420543 or 87018. OLE color: 87018.

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

Color convert

RGB 234 83 1 -
CMYK 0 0.65 1.00 0.08
HSL 21.12º 0.99% 0.46% -
HSV(B) 21.12º 1% 0.92% -
XYZ 37.03 23.68 2.65 -
YUV 118.8 61.53 210.17 -
System Red Green Blue C M Y K H S L
Decimal 234 83 1 0 0.65 1.00 0.08 21.12 0.99 0.46
Hex EA 53 1 0 41 64 8 15 63 2E
Octal 352 123 1 0 101 144 10 25 143 56
Binary 11101010 1010011 1 0 1000001 1100100 1000 10101 1100011 101110

Color Harmonies of #EA5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5301

Black with #EA5301

Text Example


Text Example

White with #EA5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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