Html Css Color HEX #EE5414 Persimmon

📋 copy color: '#EE5414'

red 238 ◦ green 84 ◦ blue 20

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

Shades of Persimmon #EE5414

Tints of Persimmon #EE5414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 69.59%
G = 24.56%
B = 5.85%

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

#EE5414 (or 0xEE5414) is known color: Persimmon. HEX triplet: EE, 54 and 14. RGB value is (238,84,20). Sum of RGB (Red+Green+Blue) = 238+84+20=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5414 is #11ABEB. Grayscale: #7B7B7B. Windows color (decimal): -1158124 or 1332462. OLE color: 1332462.

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

Color convert

RGB 238 84 20 -
CMYK 0 0.65 0.92 0.07
HSL 17.61º 0.87% 0.51% -
HSV(B) 17.61º 0.92% 0.93% -
XYZ 38.56 24.57 3.37 -
YUV 122.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 238 84 20 0 0.65 0.92 0.07 17.61 0.87 0.51
Hex EE 54 14 0 41 5C 7 12 57 33
Octal 356 124 24 0 101 134 7 22 127 63
Binary 11101110 1010100 10100 0 1000001 1011100 111 10010 1010111 110011

Color Harmonies of #EE5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5414

Black with #EE5414

Text Example


Text Example

White with #EE5414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5414; }

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

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

background-color css

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

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

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

border-color css

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

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

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