Html Css Color HEX #E54602 Persimmon

📋 copy color: '#E54602'

red 229 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #E54602

Tints of Persimmon #E54602

RGB

 RED value IS 229 (89.84% from 255) = 76.08%

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

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

R = 76.08%
G = 23.26%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E54602 (or 0xE54602) is known color: Persimmon. HEX triplet: E5, 46 and 02. RGB value is (229,70,2). Sum of RGB (Red+Green+Blue) = 229+70+2=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E54602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54602 is #1AB9FD. Grayscale: #6E6E6E. Windows color (decimal): -1751550 or 149221. OLE color: 149221.

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

Color convert

RGB 229 70 2 -
CMYK 0 0.69 0.99 0.10
HSL 17.97º 0.98% 0.45% -
HSV(B) 17.97º 0.99% 0.9% -
XYZ 34.51 21.04 2.3 -
YUV 109.79 67.18 213.03 -
System Red Green Blue C M Y K H S L
Decimal 229 70 2 0 0.69 0.99 0.10 17.97 0.98 0.45
Hex E5 46 2 0 45 63 A 12 62 2D
Octal 345 106 2 0 105 143 12 22 142 55
Binary 11100101 1000110 10 0 1000101 1100011 1010 10010 1100010 101101

Color Harmonies of #E54602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54602

Black with #E54602

Text Example


Text Example

White with #E54602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54602; }

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

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

background-color css

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

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

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

border-color css

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

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

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