Html Css Color HEX #E0600B Persimmon

📋 copy color: '#E0600B'

red 224 ◦ green 96 ◦ blue 11

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

Shades of Persimmon #E0600B

Tints of Persimmon #E0600B

RGB

 RED value IS 224 (87.89% from 255) = 67.67%

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

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

R = 67.67%
G = 29%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0600B (or 0xE0600B) is known color: Persimmon. HEX triplet: E0, 60 and 0B. RGB value is (224,96,11). Sum of RGB (Red+Green+Blue) = 224+96+11=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E0600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0600B is #1F9FF4. Grayscale: #7D7D7D. Windows color (decimal): -2072565 or 745696. OLE color: 745696.

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

Color convert

RGB 224 96 11 -
CMYK 0 0.57 0.95 0.12
HSL 23.94º 0.91% 0.46% -
HSV(B) 23.94º 0.95% 0.88% -
XYZ 34.98 24.24 3.15 -
YUV 124.58 63.91 198.91 -
System Red Green Blue C M Y K H S L
Decimal 224 96 11 0 0.57 0.95 0.12 23.94 0.91 0.46
Hex E0 60 B 0 39 5F C 18 5B 2E
Octal 340 140 13 0 71 137 14 30 133 56
Binary 11100000 1100000 1011 0 111001 1011111 1100 11000 1011011 101110

Color Harmonies of #E0600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0600B

Black with #E0600B

Text Example


Text Example

White with #E0600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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