Html Css Color HEX #E34205 Persimmon

📋 copy color: '#E34205'

red 227 ◦ green 66 ◦ blue 5

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

Shades of Persimmon #E34205

Tints of Persimmon #E34205

RGB

 RED value IS 227 (89.06% from 255) = 76.17%

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 76.17%
G = 22.15%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E34205 (or 0xE34205) is known color: Persimmon. HEX triplet: E3, 42 and 05. RGB value is (227,66,5). Sum of RGB (Red+Green+Blue) = 227+66+5=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E34205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34205 is #1CBDFA. Grayscale: #6B6B6B. Windows color (decimal): -1883643 or 344803. OLE color: 344803.

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

Color convert

RGB 227 66 5 -
CMYK 0 0.71 0.98 0.11
HSL 16.49º 0.96% 0.45% -
HSV(B) 16.49º 0.98% 0.89% -
XYZ 33.65 20.24 2.28 -
YUV 107.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 227 66 5 0 0.71 0.98 0.11 16.49 0.96 0.45
Hex E3 42 5 0 47 62 B 10 60 2D
Octal 343 102 5 0 107 142 13 20 140 55
Binary 11100011 1000010 101 0 1000111 1100010 1011 10000 1100000 101101

Color Harmonies of #E34205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34205

Black with #E34205

Text Example


Text Example

White with #E34205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34205; }

 p { color: rgb(227,66,5); }

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

background-color css

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

 a { background-color: rgb(227,66,5); }

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

border-color css

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

 span { border-color: rgb(227,66,5); }

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