Html Css Color HEX #E04305 Persimmon

📋 copy color: '#E04305'

red 224 ◦ green 67 ◦ blue 5

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

Shades of Persimmon #E04305

Tints of Persimmon #E04305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

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

R = 75.68%
G = 22.64%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E04305 (or 0xE04305) is known color: Persimmon. HEX triplet: E0, 43 and 05. RGB value is (224,67,5). Sum of RGB (Red+Green+Blue) = 224+67+5=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E04305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04305 is #1FBCFA. Grayscale: #6B6B6B. Windows color (decimal): -2079995 or 345056. OLE color: 345056.

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

Color convert

RGB 224 67 5 -
CMYK 0 0.70 0.98 0.12
HSL 16.99º 0.96% 0.45% -
HSV(B) 16.99º 0.98% 0.88% -
XYZ 32.78 19.87 2.25 -
YUV 106.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 224 67 5 0 0.70 0.98 0.12 16.99 0.96 0.45
Hex E0 43 5 0 46 62 C 11 60 2D
Octal 340 103 5 0 106 142 14 21 140 55
Binary 11100000 1000011 101 0 1000110 1100010 1100 10001 1100000 101101

Color Harmonies of #E04305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04305

Black with #E04305

Text Example


Text Example

White with #E04305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04305; }

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

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

background-color css

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

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

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

border-color css

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

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

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