Html Css Color HEX #E2570B Persimmon

📋 copy color: '#E2570B'

red 226 ◦ green 87 ◦ blue 11

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

Shades of Persimmon #E2570B

Tints of Persimmon #E2570B

RGB

 RED value IS 226 (88.67% from 255) = 69.75%

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

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

R = 69.75%
G = 26.85%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2570B (or 0xE2570B) is known color: Persimmon. HEX triplet: E2, 57 and 0B. RGB value is (226,87,11). Sum of RGB (Red+Green+Blue) = 226+87+11=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2570B is #1DA8F4. Grayscale: #787878. Windows color (decimal): -1943797 or 743394. OLE color: 743394.

HSL color Cylindrical-coordinate representation of color #E2570B: hue angle of 21.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2570B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 87 11 -
CMYK 0 0.62 0.95 0.11
HSL 21.21º 0.91% 0.46% -
HSV(B) 21.21º 0.95% 0.89% -
XYZ 34.83 23.01 2.92 -
YUV 119.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 226 87 11 0 0.62 0.95 0.11 21.21 0.91 0.46
Hex E2 57 B 0 3E 5F B 15 5B 2E
Octal 342 127 13 0 76 137 13 25 133 56
Binary 11100010 1010111 1011 0 111110 1011111 1011 10101 1011011 101110

Color Harmonies of #E2570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2570B

Black with #E2570B

Text Example


Text Example

White with #E2570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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