Html Css Color HEX #E05C0B Persimmon

📋 copy color: '#E05C0B'

red 224 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #E05C0B

Tints of Persimmon #E05C0B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 68.5%
G = 28.13%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E05C0B (or 0xE05C0B) is known color: Persimmon. HEX triplet: E0, 5C and 0B. RGB value is (224,92,11). Sum of RGB (Red+Green+Blue) = 224+92+11=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C0B is #1FA3F4. Grayscale: #7A7A7A. Windows color (decimal): -2073589 or 744672. OLE color: 744672.

HSL color Cylindrical-coordinate representation of color #E05C0B: hue angle of 22.82º 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 #E05C0B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 11 -
CMYK 0 0.59 0.95 0.12
HSL 22.82º 0.91% 0.46% -
HSV(B) 22.82º 0.95% 0.88% -
XYZ 34.63 23.53 3.03 -
YUV 122.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 224 92 11 0 0.59 0.95 0.12 22.82 0.91 0.46
Hex E0 5C B 0 3B 5F C 17 5B 2E
Octal 340 134 13 0 73 137 14 27 133 56
Binary 11100000 1011100 1011 0 111011 1011111 1100 10111 1011011 101110

Color Harmonies of #E05C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C0B

Black with #E05C0B

Text Example


Text Example

White with #E05C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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