Html Css Color HEX #E54502 Persimmon

📋 copy color: '#E54502'

red 229 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #E54502

Tints of Persimmon #E54502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 76.33%
G = 23%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E54502 (or 0xE54502) is known color: Persimmon. HEX triplet: E5, 45 and 02. RGB value is (229,69,2). Sum of RGB (Red+Green+Blue) = 229+69+2=300 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 229 - color contains mainly: red. Hex color #E54502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54502 is #1ABAFD. Grayscale: #6D6D6D. Windows color (decimal): -1751806 or 148965. OLE color: 148965.

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

Color convert

RGB 229 69 2 -
CMYK 0 0.70 0.99 0.10
HSL 17.71º 0.98% 0.45% -
HSV(B) 17.71º 0.99% 0.9% -
XYZ 34.45 20.92 2.28 -
YUV 109.2 67.51 213.45 -
System Red Green Blue C M Y K H S L
Decimal 229 69 2 0 0.70 0.99 0.10 17.71 0.98 0.45
Hex E5 45 2 0 46 63 A 12 62 2D
Octal 345 105 2 0 106 143 12 22 142 55
Binary 11100101 1000101 10 0 1000110 1100011 1010 10010 1100010 101101

Color Harmonies of #E54502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54502

Black with #E54502

Text Example


Text Example

White with #E54502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54502; }

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

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

background-color css

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

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

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

border-color css

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

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

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