Html Css Color HEX #EE570D Persimmon

📋 copy color: '#EE570D'

red 238 ◦ green 87 ◦ blue 13

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

Shades of Persimmon #EE570D

Tints of Persimmon #EE570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 70.41%
G = 25.74%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE570D (or 0xEE570D) is known color: Persimmon. HEX triplet: EE, 57 and 0D. RGB value is (238,87,13). Sum of RGB (Red+Green+Blue) = 238+87+13=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE570D is #11A8F2. Grayscale: #7C7C7C. Windows color (decimal): -1157363 or 874478. OLE color: 874478.

HSL color Cylindrical-coordinate representation of color #EE570D: hue angle of 19.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE570D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 87 13 -
CMYK 0 0.63 0.95 0.07
HSL 19.73º 0.9% 0.49% -
HSV(B) 19.73º 0.95% 0.93% -
XYZ 38.74 25.02 3.17 -
YUV 123.71 65.53 209.52 -
System Red Green Blue C M Y K H S L
Decimal 238 87 13 0 0.63 0.95 0.07 19.73 0.9 0.49
Hex EE 57 D 0 3F 5F 7 14 5A 31
Octal 356 127 15 0 77 137 7 24 132 61
Binary 11101110 1010111 1101 0 111111 1011111 111 10100 1011010 110001

Color Harmonies of #EE570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE570D

Black with #EE570D

Text Example


Text Example

White with #EE570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE570D; }

 p { color: rgb(238,87,13); }

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

background-color css

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

 a { background-color: rgb(238,87,13); }

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

border-color css

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

 span { border-color: rgb(238,87,13); }

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