Html Css Color HEX #E45B02 Persimmon

📋 copy color: '#E45B02'

red 228 ◦ green 91 ◦ blue 2

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

Shades of Persimmon #E45B02

Tints of Persimmon #E45B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 71.03%
G = 28.35%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E45B02 (or 0xE45B02) is known color: Persimmon. HEX triplet: E4, 5B and 02. RGB value is (228,91,2). Sum of RGB (Red+Green+Blue) = 228+91+2=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45B02 is #1BA4FD. Grayscale: #7A7A7A. Windows color (decimal): -1811710 or 154596. OLE color: 154596.

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

Color convert

RGB 228 91 2 -
CMYK 0 0.60 0.99 0.11
HSL 23.63º 0.98% 0.45% -
HSV(B) 23.63º 0.99% 0.89% -
XYZ 35.75 23.98 2.8 -
YUV 121.82 60.39 203.74 -
System Red Green Blue C M Y K H S L
Decimal 228 91 2 0 0.60 0.99 0.11 23.63 0.98 0.45
Hex E4 5B 2 0 3C 63 B 18 62 2D
Octal 344 133 2 0 74 143 13 30 142 55
Binary 11100100 1011011 10 0 111100 1100011 1011 11000 1100010 101101

Color Harmonies of #E45B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B02

Black with #E45B02

Text Example


Text Example

White with #E45B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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