Html Css Color HEX #EA5D05 Persimmon

📋 copy color: '#EA5D05'

red 234 ◦ green 93 ◦ blue 5

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

Shades of Persimmon #EA5D05

Tints of Persimmon #EA5D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 70.48%
G = 28.01%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA5D05 (or 0xEA5D05) is known color: Persimmon. HEX triplet: EA, 5D and 05. RGB value is (234,93,5). Sum of RGB (Red+Green+Blue) = 234+93+5=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5D05 is #15A2FA. Grayscale: #7D7D7D. Windows color (decimal): -1417979 or 351722. OLE color: 351722.

HSL color Cylindrical-coordinate representation of color #EA5D05: hue angle of 23.06º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA5D05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 5 -
CMYK 0 0.60 0.98 0.08
HSL 23.06º 0.96% 0.47% -
HSV(B) 23.06º 0.98% 0.92% -
XYZ 37.87 25.33 3.04 -
YUV 125.13 60.21 205.66 -
System Red Green Blue C M Y K H S L
Decimal 234 93 5 0 0.60 0.98 0.08 23.06 0.96 0.47
Hex EA 5D 5 0 3C 62 8 17 60 2F
Octal 352 135 5 0 74 142 10 27 140 57
Binary 11101010 1011101 101 0 111100 1100010 1000 10111 1100000 101111

Color Harmonies of #EA5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D05

Black with #EA5D05

Text Example


Text Example

White with #EA5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D05; }

 p { color: rgb(234,93,5); }

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

background-color css

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

 a { background-color: rgb(234,93,5); }

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

border-color css

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

 span { border-color: rgb(234,93,5); }

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