Html Css Color HEX #EA5D03 Persimmon

📋 copy color: '#EA5D03'

red 234 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #EA5D03

Tints of Persimmon #EA5D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 70.91%
G = 28.18%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA5D03 (or 0xEA5D03) is known color: Persimmon. HEX triplet: EA, 5D and 03. RGB value is (234,93,3). Sum of RGB (Red+Green+Blue) = 234+93+3=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5D03 is #15A2FC. Grayscale: #7D7D7D. Windows color (decimal): -1417981 or 220650. OLE color: 220650.

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

Color convert

RGB 234 93 3 -
CMYK 0 0.60 0.99 0.08
HSL 23.38º 0.97% 0.46% -
HSV(B) 23.38º 0.99% 0.92% -
XYZ 37.86 25.33 2.98 -
YUV 124.9 59.21 205.82 -
System Red Green Blue C M Y K H S L
Decimal 234 93 3 0 0.60 0.99 0.08 23.38 0.97 0.46
Hex EA 5D 3 0 3C 63 8 17 61 2E
Octal 352 135 3 0 74 143 10 27 141 56
Binary 11101010 1011101 11 0 111100 1100011 1000 10111 1100001 101110

Color Harmonies of #EA5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D03

Black with #EA5D03

Text Example


Text Example

White with #EA5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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