Html Css Color HEX #E45102 Persimmon

📋 copy color: '#E45102'

red 228 ◦ green 81 ◦ blue 2

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

Shades of Persimmon #E45102

Tints of Persimmon #E45102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 73.31%
G = 26.05%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E45102 (or 0xE45102) is known color: Persimmon. HEX triplet: E4, 51 and 02. RGB value is (228,81,2). Sum of RGB (Red+Green+Blue) = 228+81+2=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E45102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45102 is #1BAEFD. Grayscale: #747474. Windows color (decimal): -1814270 or 152036. OLE color: 152036.

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

Color convert

RGB 228 81 2 -
CMYK 0 0.64 0.99 0.11
HSL 20.97º 0.98% 0.45% -
HSV(B) 20.97º 0.99% 0.89% -
XYZ 34.95 22.38 2.54 -
YUV 115.95 63.7 207.92 -
System Red Green Blue C M Y K H S L
Decimal 228 81 2 0 0.64 0.99 0.11 20.97 0.98 0.45
Hex E4 51 2 0 40 63 B 15 62 2D
Octal 344 121 2 0 100 143 13 25 142 55
Binary 11100100 1010001 10 0 1000000 1100011 1011 10101 1100010 101101

Color Harmonies of #E45102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45102

Black with #E45102

Text Example


Text Example

White with #E45102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45102; }

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

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

background-color css

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

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

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

border-color css

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

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

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