Html Css Color HEX #E45302 Persimmon

📋 copy color: '#E45302'

red 228 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #E45302

Tints of Persimmon #E45302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 72.84%
G = 26.52%
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

#E45302 (or 0xE45302) is known color: Persimmon. HEX triplet: E4, 53 and 02. RGB value is (228,83,2). Sum of RGB (Red+Green+Blue) = 228+83+2=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E45302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45302 is #1BACFD. Grayscale: #757575. Windows color (decimal): -1813758 or 152548. OLE color: 152548.

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

Color convert

RGB 228 83 2 -
CMYK 0 0.64 0.99 0.11
HSL 21.5º 0.98% 0.45% -
HSV(B) 21.5º 0.99% 0.89% -
XYZ 35.1 22.68 2.59 -
YUV 117.12 63.04 207.09 -
System Red Green Blue C M Y K H S L
Decimal 228 83 2 0 0.64 0.99 0.11 21.5 0.98 0.45
Hex E4 53 2 0 40 63 B 16 62 2D
Octal 344 123 2 0 100 143 13 26 142 55
Binary 11100100 1010011 10 0 1000000 1100011 1011 10110 1100010 101101

Color Harmonies of #E45302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45302

Black with #E45302

Text Example


Text Example

White with #E45302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45302; }

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

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

background-color css

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

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

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

border-color css

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

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

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