Html Css Color HEX #EE5314 Persimmon

📋 copy color: '#EE5314'

red 238 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #EE5314

Tints of Persimmon #EE5314

RGB

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

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

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

R = 69.79%
G = 24.34%
B = 5.87%

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

#EE5314 (or 0xEE5314) is known color: Persimmon. HEX triplet: EE, 53 and 14. RGB value is (238,83,20). Sum of RGB (Red+Green+Blue) = 238+83+20=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5314 is #11ACEB. Grayscale: #7A7A7A. Windows color (decimal): -1158380 or 1332206. OLE color: 1332206.

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

Color convert

RGB 238 83 20 -
CMYK 0 0.65 0.92 0.07
HSL 17.34º 0.87% 0.51% -
HSV(B) 17.34º 0.92% 0.93% -
XYZ 38.48 24.41 3.35 -
YUV 122.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 238 83 20 0 0.65 0.92 0.07 17.34 0.87 0.51
Hex EE 53 14 0 41 5C 7 11 57 33
Octal 356 123 24 0 101 134 7 21 127 63
Binary 11101110 1010011 10100 0 1000001 1011100 111 10001 1010111 110011

Color Harmonies of #EE5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5314

Black with #EE5314

Text Example


Text Example

White with #EE5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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