Html Css Color HEX #EE5D0A Persimmon

📋 copy color: '#EE5D0A'

red 238 ◦ green 93 ◦ blue 10

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

Shades of Persimmon #EE5D0A

Tints of Persimmon #EE5D0A

RGB

 RED value IS 238 (93.36% from 255) = 69.79%

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

 BLUE value IS 10 (4.3% from 255) = 2.93%

R = 69.79%
G = 27.27%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE5D0A (or 0xEE5D0A) is known color: Persimmon. HEX triplet: EE, 5D and 0A. RGB value is (238,93,10). Sum of RGB (Red+Green+Blue) = 238+93+10=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D0A is #11A2F5. Grayscale: #7F7F7F. Windows color (decimal): -1155830 or 679406. OLE color: 679406.

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

Color convert

RGB 238 93 10 -
CMYK 0 0.61 0.96 0.07
HSL 21.84º 0.92% 0.49% -
HSV(B) 21.84º 0.96% 0.93% -
XYZ 39.23 26.03 3.24 -
YUV 126.89 62.04 207.25 -
System Red Green Blue C M Y K H S L
Decimal 238 93 10 0 0.61 0.96 0.07 21.84 0.92 0.49
Hex EE 5D A 0 3D 60 7 16 5C 31
Octal 356 135 12 0 75 140 7 26 134 61
Binary 11101110 1011101 1010 0 111101 1100000 111 10110 1011100 110001

Color Harmonies of #EE5D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5D0A

Black with #EE5D0A

Text Example


Text Example

White with #EE5D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5D0A; }

 p { color: rgb(238,93,10); }

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

background-color css

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

 a { background-color: rgb(238,93,10); }

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

border-color css

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

 span { border-color: rgb(238,93,10); }

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