Html Css Color HEX #E34602 Persimmon

📋 copy color: '#E34602'

red 227 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #E34602

Tints of Persimmon #E34602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 75.92%
G = 23.41%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E34602 (or 0xE34602) is known color: Persimmon. HEX triplet: E3, 46 and 02. RGB value is (227,70,2). Sum of RGB (Red+Green+Blue) = 227+70+2=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E34602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34602 is #1CB9FD. Grayscale: #6D6D6D. Windows color (decimal): -1882622 or 149219. OLE color: 149219.

HSL color Cylindrical-coordinate representation of color #E34602: hue angle of 18.13º 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 #E34602 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 70 2 -
CMYK 0 0.69 0.99 0.11
HSL 18.13º 0.98% 0.45% -
HSV(B) 18.13º 0.99% 0.89% -
XYZ 33.88 20.72 2.27 -
YUV 109.19 67.51 212.03 -
System Red Green Blue C M Y K H S L
Decimal 227 70 2 0 0.69 0.99 0.11 18.13 0.98 0.45
Hex E3 46 2 0 45 63 B 12 62 2D
Octal 343 106 2 0 105 143 13 22 142 55
Binary 11100011 1000110 10 0 1000101 1100011 1011 10010 1100010 101101

Color Harmonies of #E34602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34602

Black with #E34602

Text Example


Text Example

White with #E34602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34602; }

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

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

background-color css

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

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

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

border-color css

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

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

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