Html Css Color HEX #EE5F09 Persimmon

📋 copy color: '#EE5F09'

red 238 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #EE5F09

Tints of Persimmon #EE5F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

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

R = 69.59%
G = 27.78%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE5F09 (or 0xEE5F09) is known color: Persimmon. HEX triplet: EE, 5F and 09. RGB value is (238,95,9). Sum of RGB (Red+Green+Blue) = 238+95+9=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F09 is #11A0F6. Grayscale: #808080. Windows color (decimal): -1155319 or 614382. OLE color: 614382.

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

Color convert

RGB 238 95 9 -
CMYK 0 0.60 0.96 0.07
HSL 22.53º 0.93% 0.48% -
HSV(B) 22.53º 0.96% 0.93% -
XYZ 39.4 26.38 3.27 -
YUV 127.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 238 95 9 0 0.60 0.96 0.07 22.53 0.93 0.48
Hex EE 5F 9 0 3C 60 7 17 5D 30
Octal 356 137 11 0 74 140 7 27 135 60
Binary 11101110 1011111 1001 0 111100 1100000 111 10111 1011101 110000

Color Harmonies of #EE5F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F09

Black with #EE5F09

Text Example


Text Example

White with #EE5F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F09; }

 p { color: rgb(238,95,9); }

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

background-color css

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

 a { background-color: rgb(238,95,9); }

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

border-color css

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

 span { border-color: rgb(238,95,9); }

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