Html Css Color HEX #EA5B09 Persimmon

📋 copy color: '#EA5B09'

red 234 ◦ green 91 ◦ blue 9

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

Shades of Persimmon #EA5B09

Tints of Persimmon #EA5B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 70.06%
G = 27.25%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA5B09 (or 0xEA5B09) is known color: Persimmon. HEX triplet: EA, 5B and 09. RGB value is (234,91,9). Sum of RGB (Red+Green+Blue) = 234+91+9=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5B09 is #15A4F6. Grayscale: #7C7C7C. Windows color (decimal): -1418487 or 613354. OLE color: 613354.

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

Color convert

RGB 234 91 9 -
CMYK 0 0.61 0.96 0.08
HSL 21.87º 0.93% 0.48% -
HSV(B) 21.87º 0.96% 0.92% -
XYZ 37.72 24.99 3.09 -
YUV 124.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 234 91 9 0 0.61 0.96 0.08 21.87 0.93 0.48
Hex EA 5B 9 0 3D 60 8 16 5D 30
Octal 352 133 11 0 75 140 10 26 135 60
Binary 11101010 1011011 1001 0 111101 1100000 1000 10110 1011101 110000

Color Harmonies of #EA5B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B09

Black with #EA5B09

Text Example


Text Example

White with #EA5B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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