Html Css Color HEX #EE570A Persimmon

📋 copy color: '#EE570A'

red 238 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #EE570A

Tints of Persimmon #EE570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 71.04%
G = 25.97%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE570A (or 0xEE570A) is known color: Persimmon. HEX triplet: EE, 57 and 0A. RGB value is (238,87,10). Sum of RGB (Red+Green+Blue) = 238+87+10=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE570A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE570A is #11A8F5. Grayscale: #7B7B7B. Windows color (decimal): -1157366 or 677870. OLE color: 677870.

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

Color convert

RGB 238 87 10 -
CMYK 0 0.63 0.96 0.07
HSL 20.26º 0.92% 0.49% -
HSV(B) 20.26º 0.96% 0.93% -
XYZ 38.72 25.02 3.07 -
YUV 123.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 238 87 10 0 0.63 0.96 0.07 20.26 0.92 0.49
Hex EE 57 A 0 3F 60 7 14 5C 31
Octal 356 127 12 0 77 140 7 24 134 61
Binary 11101110 1010111 1010 0 111111 1100000 111 10100 1011100 110001

Color Harmonies of #EE570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE570A

Black with #EE570A

Text Example


Text Example

White with #EE570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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