Html Css Color HEX #EE6210 Persimmon

📋 copy color: '#EE6210'

red 238 ◦ green 98 ◦ blue 16

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

Shades of Persimmon #EE6210

Tints of Persimmon #EE6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 67.61%
G = 27.84%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE6210 (or 0xEE6210) is known color: Persimmon. HEX triplet: EE, 62 and 10. RGB value is (238,98,16). Sum of RGB (Red+Green+Blue) = 238+98+16=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6210 is #119DEF. Grayscale: #828282. Windows color (decimal): -1154544 or 1073902. OLE color: 1073902.

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

Color convert

RGB 238 98 16 -
CMYK 0 0.59 0.93 0.07
HSL 22.16º 0.87% 0.5% -
HSV(B) 22.16º 0.93% 0.93% -
XYZ 39.72 26.95 3.6 -
YUV 130.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 238 98 16 0 0.59 0.93 0.07 22.16 0.87 0.5
Hex EE 62 10 0 3B 5D 7 16 57 32
Octal 356 142 20 0 73 135 7 26 127 62
Binary 11101110 1100010 10000 0 111011 1011101 111 10110 1010111 110010

Color Harmonies of #EE6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6210

Black with #EE6210

Text Example


Text Example

White with #EE6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6210; }

 p { color: rgb(238,98,16); }

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

background-color css

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

 a { background-color: rgb(238,98,16); }

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

border-color css

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

 span { border-color: rgb(238,98,16); }

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