Html Css Color HEX #EE5313 Persimmon

📋 copy color: '#EE5313'

red 238 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #EE5313

Tints of Persimmon #EE5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 70%
G = 24.41%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE5313 (or 0xEE5313) is known color: Persimmon. HEX triplet: EE, 53 and 13. RGB value is (238,83,19). Sum of RGB (Red+Green+Blue) = 238+83+19=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5313 is #11ACEC. Grayscale: #7A7A7A. Windows color (decimal): -1158381 or 1266670. OLE color: 1266670.

HSL color Cylindrical-coordinate representation of color #EE5313: hue angle of 17.53º 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 #EE5313 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 83 19 -
CMYK 0 0.65 0.92 0.07
HSL 17.53º 0.87% 0.5% -
HSV(B) 17.53º 0.92% 0.93% -
XYZ 38.47 24.41 3.3 -
YUV 122.05 69.85 210.7 -
System Red Green Blue C M Y K H S L
Decimal 238 83 19 0 0.65 0.92 0.07 17.53 0.87 0.5
Hex EE 53 13 0 41 5C 7 12 57 32
Octal 356 123 23 0 101 134 7 22 127 62
Binary 11101110 1010011 10011 0 1000001 1011100 111 10010 1010111 110010

Color Harmonies of #EE5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5313

Black with #EE5313

Text Example


Text Example

White with #EE5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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