Html Css Color HEX #EE6213 Persimmon

📋 copy color: '#EE6213'

red 238 ◦ green 98 ◦ blue 19

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

Shades of Persimmon #EE6213

Tints of Persimmon #EE6213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 67.04%
G = 27.61%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6213 (or 0xEE6213) is known color: Persimmon. HEX triplet: EE, 62 and 13. RGB value is (238,98,19). Sum of RGB (Red+Green+Blue) = 238+98+19=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6213 is #119DEC. Grayscale: #838383. Windows color (decimal): -1154541 or 1270510. OLE color: 1270510.

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

Color convert

RGB 238 98 19 -
CMYK 0 0.59 0.92 0.07
HSL 21.64º 0.87% 0.5% -
HSV(B) 21.64º 0.92% 0.93% -
XYZ 39.75 26.96 3.73 -
YUV 130.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 238 98 19 0 0.59 0.92 0.07 21.64 0.87 0.5
Hex EE 62 13 0 3B 5C 7 16 57 32
Octal 356 142 23 0 73 134 7 26 127 62
Binary 11101110 1100010 10011 0 111011 1011100 111 10110 1010111 110010

Color Harmonies of #EE6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6213

Black with #EE6213

Text Example


Text Example

White with #EE6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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