Html Css Color HEX #EE570B Persimmon

📋 copy color: '#EE570B'

red 238 ◦ green 87 ◦ blue 11

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

Shades of Persimmon #EE570B

Tints of Persimmon #EE570B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 70.83%
G = 25.89%
B = 3.27%

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

#EE570B (or 0xEE570B) is known color: Persimmon. HEX triplet: EE, 57 and 0B. RGB value is (238,87,11). Sum of RGB (Red+Green+Blue) = 238+87+11=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE570B is #11A8F4. Grayscale: #7B7B7B. Windows color (decimal): -1157365 or 743406. OLE color: 743406.

HSL color Cylindrical-coordinate representation of color #EE570B: hue angle of 20.09º degrees, saturation: 0.91, 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 #EE570B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 87 11 -
CMYK 0 0.63 0.95 0.07
HSL 20.09º 0.91% 0.49% -
HSV(B) 20.09º 0.95% 0.93% -
XYZ 38.73 25.02 3.1 -
YUV 123.49 64.53 209.68 -
System Red Green Blue C M Y K H S L
Decimal 238 87 11 0 0.63 0.95 0.07 20.09 0.91 0.49
Hex EE 57 B 0 3F 5F 7 14 5B 31
Octal 356 127 13 0 77 137 7 24 133 61
Binary 11101110 1010111 1011 0 111111 1011111 111 10100 1011011 110001

Color Harmonies of #EE570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE570B

Black with #EE570B

Text Example


Text Example

White with #EE570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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