Html Css Color HEX #E34802 Persimmon

📋 copy color: '#E34802'

red 227 ◦ green 72 ◦ blue 2

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

Shades of Persimmon #E34802

Tints of Persimmon #E34802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 75.42%
G = 23.92%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E34802 (or 0xE34802) is known color: Persimmon. HEX triplet: E3, 48 and 02. RGB value is (227,72,2). Sum of RGB (Red+Green+Blue) = 227+72+2=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E34802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34802 is #1CB7FD. Grayscale: #6E6E6E. Windows color (decimal): -1882110 or 149731. OLE color: 149731.

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

Color convert

RGB 227 72 2 -
CMYK 0 0.68 0.99 0.11
HSL 18.67º 0.98% 0.45% -
HSV(B) 18.67º 0.99% 0.89% -
XYZ 34.01 20.97 2.31 -
YUV 110.37 66.85 211.19 -
System Red Green Blue C M Y K H S L
Decimal 227 72 2 0 0.68 0.99 0.11 18.67 0.98 0.45
Hex E3 48 2 0 44 63 B 13 62 2D
Octal 343 110 2 0 104 143 13 23 142 55
Binary 11100011 1001000 10 0 1000100 1100011 1011 10011 1100010 101101

Color Harmonies of #E34802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34802

Black with #E34802

Text Example


Text Example

White with #E34802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34802; }

 p { color: rgb(227,72,2); }

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

background-color css

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

 a { background-color: rgb(227,72,2); }

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

border-color css

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

 span { border-color: rgb(227,72,2); }

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