Html Css Color HEX #EE5413 Persimmon

📋 copy color: '#EE5413'

red 238 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #EE5413

Tints of Persimmon #EE5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 69.79%
G = 24.63%
B = 5.57%

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

#EE5413 (or 0xEE5413) is known color: Persimmon. HEX triplet: EE, 54 and 13. RGB value is (238,84,19). Sum of RGB (Red+Green+Blue) = 238+84+19=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5413 is #11ABEC. Grayscale: #7B7B7B. Windows color (decimal): -1158125 or 1266926. OLE color: 1266926.

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

Color convert

RGB 238 84 19 -
CMYK 0 0.65 0.92 0.07
HSL 17.81º 0.87% 0.5% -
HSV(B) 17.81º 0.92% 0.93% -
XYZ 38.55 24.56 3.33 -
YUV 122.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 238 84 19 0 0.65 0.92 0.07 17.81 0.87 0.5
Hex EE 54 13 0 41 5C 7 12 57 32
Octal 356 124 23 0 101 134 7 22 127 62
Binary 11101110 1010100 10011 0 1000001 1011100 111 10010 1010111 110010

Color Harmonies of #EE5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5413

Black with #EE5413

Text Example


Text Example

White with #EE5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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