Html Css Color HEX #E5600B Persimmon

📋 copy color: '#E5600B'

red 229 ◦ green 96 ◦ blue 11

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

Shades of Persimmon #E5600B

Tints of Persimmon #E5600B

RGB

 RED value IS 229 (89.84% from 255) = 68.15%

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 68.15%
G = 28.57%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5600B (or 0xE5600B) is known color: Persimmon. HEX triplet: E5, 60 and 0B. RGB value is (229,96,11). Sum of RGB (Red+Green+Blue) = 229+96+11=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5600B is #1A9FF4. Grayscale: #7E7E7E. Windows color (decimal): -1744885 or 745701. OLE color: 745701.

HSL color Cylindrical-coordinate representation of color #E5600B: hue angle of 23.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5600B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 11 -
CMYK 0 0.58 0.95 0.10
HSL 23.39º 0.91% 0.47% -
HSV(B) 23.39º 0.95% 0.9% -
XYZ 36.56 25.05 3.22 -
YUV 126.08 63.06 201.41 -
System Red Green Blue C M Y K H S L
Decimal 229 96 11 0 0.58 0.95 0.10 23.39 0.91 0.47
Hex E5 60 B 0 3A 5F A 17 5B 2F
Octal 345 140 13 0 72 137 12 27 133 57
Binary 11100101 1100000 1011 0 111010 1011111 1010 10111 1011011 101111

Color Harmonies of #E5600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5600B

Black with #E5600B

Text Example


Text Example

White with #E5600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5600B; }

 p { color: rgb(229,96,11); }

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

background-color css

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

 a { background-color: rgb(229,96,11); }

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

border-color css

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

 span { border-color: rgb(229,96,11); }

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