Html Css Color HEX #E05305 Persimmon

📋 copy color: '#E05305'

red 224 ◦ green 83 ◦ blue 5

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

Shades of Persimmon #E05305

Tints of Persimmon #E05305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 71.79%
G = 26.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05305 (or 0xE05305) is known color: Persimmon. HEX triplet: E0, 53 and 05. RGB value is (224,83,5). Sum of RGB (Red+Green+Blue) = 224+83+5=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05305 is #1FACFA. Grayscale: #747474. Windows color (decimal): -2075899 or 349152. OLE color: 349152.

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

Color convert

RGB 224 83 5 -
CMYK 0 0.63 0.98 0.12
HSL 21.37º 0.96% 0.45% -
HSV(B) 21.37º 0.98% 0.88% -
XYZ 33.86 22.04 2.61 -
YUV 116.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 224 83 5 0 0.63 0.98 0.12 21.37 0.96 0.45
Hex E0 53 5 0 3F 62 C 15 60 2D
Octal 340 123 5 0 77 142 14 25 140 55
Binary 11100000 1010011 101 0 111111 1100010 1100 10101 1100000 101101

Color Harmonies of #E05305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05305

Black with #E05305

Text Example


Text Example

White with #E05305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05305; }

 p { color: rgb(224,83,5); }

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

background-color css

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

 a { background-color: rgb(224,83,5); }

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

border-color css

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

 span { border-color: rgb(224,83,5); }

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