Html Css Color HEX #EA5B05 Persimmon

📋 copy color: '#EA5B05'

red 234 ◦ green 91 ◦ blue 5

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

Shades of Persimmon #EA5B05

Tints of Persimmon #EA5B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 70.91%
G = 27.58%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA5B05 (or 0xEA5B05) is known color: Persimmon. HEX triplet: EA, 5B and 05. RGB value is (234,91,5). Sum of RGB (Red+Green+Blue) = 234+91+5=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5B05 is #15A4FA. Grayscale: #7C7C7C. Windows color (decimal): -1418491 or 351210. OLE color: 351210.

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

Color convert

RGB 234 91 5 -
CMYK 0 0.61 0.98 0.08
HSL 22.53º 0.96% 0.47% -
HSV(B) 22.53º 0.98% 0.92% -
XYZ 37.7 24.99 2.98 -
YUV 123.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 234 91 5 0 0.61 0.98 0.08 22.53 0.96 0.47
Hex EA 5B 5 0 3D 62 8 17 60 2F
Octal 352 133 5 0 75 142 10 27 140 57
Binary 11101010 1011011 101 0 111101 1100010 1000 10111 1100000 101111

Color Harmonies of #EA5B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B05

Black with #EA5B05

Text Example


Text Example

White with #EA5B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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