Html Css Color HEX #EE610F Persimmon

📋 copy color: '#EE610F'

red 238 ◦ green 97 ◦ blue 15

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

Shades of Persimmon #EE610F

Tints of Persimmon #EE610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 68%
G = 27.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE610F (or 0xEE610F) is known color: Persimmon. HEX triplet: EE, 61 and 0F. RGB value is (238,97,15). Sum of RGB (Red+Green+Blue) = 238+97+15=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE610F is #119EF0. Grayscale: #828282. Windows color (decimal): -1154801 or 1008110. OLE color: 1008110.

HSL color Cylindrical-coordinate representation of color #EE610F: hue angle of 22.06º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE610F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 15 -
CMYK 0 0.59 0.94 0.07
HSL 22.06º 0.88% 0.5% -
HSV(B) 22.06º 0.94% 0.93% -
XYZ 39.62 26.76 3.53 -
YUV 129.81 63.21 205.17 -
System Red Green Blue C M Y K H S L
Decimal 238 97 15 0 0.59 0.94 0.07 22.06 0.88 0.5
Hex EE 61 F 0 3B 5E 7 16 58 32
Octal 356 141 17 0 73 136 7 26 130 62
Binary 11101110 1100001 1111 0 111011 1011110 111 10110 1011000 110010

Color Harmonies of #EE610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE610F

Black with #EE610F

Text Example


Text Example

White with #EE610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE610F; }

 p { color: rgb(238,97,15); }

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

background-color css

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

 a { background-color: rgb(238,97,15); }

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

border-color css

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

 span { border-color: rgb(238,97,15); }

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