Html Css Color HEX #EE5401 Persimmon

📋 copy color: '#EE5401'

red 238 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #EE5401

Tints of Persimmon #EE5401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 73.68%
G = 26.01%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE5401 (or 0xEE5401) is known color: Persimmon. HEX triplet: EE, 54 and 01. RGB value is (238,84,1). Sum of RGB (Red+Green+Blue) = 238+84+1=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5401 is #11ABFE. Grayscale: #797979. Windows color (decimal): -1158143 or 87278. OLE color: 87278.

HSL color Cylindrical-coordinate representation of color #EE5401: hue angle of 21.01º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5401 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 1 -
CMYK 0 0.65 1.00 0.07
HSL 21.01º 0.99% 0.47% -
HSV(B) 21.01º 1% 0.93% -
XYZ 38.44 24.52 2.74 -
YUV 120.58 60.52 211.75 -
System Red Green Blue C M Y K H S L
Decimal 238 84 1 0 0.65 1.00 0.07 21.01 0.99 0.47
Hex EE 54 1 0 41 64 7 15 63 2F
Octal 356 124 1 0 101 144 7 25 143 57
Binary 11101110 1010100 1 0 1000001 1100100 111 10101 1100011 101111

Color Harmonies of #EE5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5401

Black with #EE5401

Text Example


Text Example

White with #EE5401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5401; }

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

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

background-color css

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

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

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

border-color css

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

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

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