Html Css Color HEX #E05008 Persimmon

📋 copy color: '#E05008'

red 224 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #E05008

Tints of Persimmon #E05008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 71.79%
G = 25.64%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E05008 (or 0xE05008) is known color: Persimmon. HEX triplet: E0, 50 and 08. RGB value is (224,80,8). Sum of RGB (Red+Green+Blue) = 224+80+8=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05008 is #1FAFF7. Grayscale: #737373. Windows color (decimal): -2076664 or 544992. OLE color: 544992.

HSL color Cylindrical-coordinate representation of color #E05008: hue angle of 20º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05008 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 8 -
CMYK 0 0.64 0.96 0.12
HSL 20º 0.93% 0.45% -
HSV(B) 20º 0.96% 0.88% -
XYZ 33.65 21.6 2.63 -
YUV 114.85 67.71 205.85 -
System Red Green Blue C M Y K H S L
Decimal 224 80 8 0 0.64 0.96 0.12 20 0.93 0.45
Hex E0 50 8 0 40 60 C 14 5D 2D
Octal 340 120 10 0 100 140 14 24 135 55
Binary 11100000 1010000 1000 0 1000000 1100000 1100 10100 1011101 101101

Color Harmonies of #E05008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05008

Black with #E05008

Text Example


Text Example

White with #E05008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05008; }

 p { color: rgb(224,80,8); }

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

background-color css

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

 a { background-color: rgb(224,80,8); }

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

border-color css

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

 span { border-color: rgb(224,80,8); }

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