Html Css Color HEX #E45502 Persimmon

📋 copy color: '#E45502'

red 228 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #E45502

Tints of Persimmon #E45502

RGB

 RED value IS 228 (89.45% from 255) = 72.38%

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 72.38%
G = 26.98%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E45502 (or 0xE45502) is known color: Persimmon. HEX triplet: E4, 55 and 02. RGB value is (228,85,2). Sum of RGB (Red+Green+Blue) = 228+85+2=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E45502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45502 is #1BAAFD. Grayscale: #767676. Windows color (decimal): -1813246 or 153060. OLE color: 153060.

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

Color convert

RGB 228 85 2 -
CMYK 0 0.63 0.99 0.11
HSL 22.04º 0.98% 0.45% -
HSV(B) 22.04º 0.99% 0.89% -
XYZ 35.25 23 2.64 -
YUV 118.3 62.38 206.25 -
System Red Green Blue C M Y K H S L
Decimal 228 85 2 0 0.63 0.99 0.11 22.04 0.98 0.45
Hex E4 55 2 0 3F 63 B 16 62 2D
Octal 344 125 2 0 77 143 13 26 142 55
Binary 11100100 1010101 10 0 111111 1100011 1011 10110 1100010 101101

Color Harmonies of #E45502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45502

Black with #E45502

Text Example


Text Example

White with #E45502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45502; }

 p { color: rgb(228,85,2); }

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

background-color css

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

 a { background-color: rgb(228,85,2); }

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

border-color css

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

 span { border-color: rgb(228,85,2); }

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