Html Css Color HEX #E45B05 Persimmon

📋 copy color: '#E45B05'

red 228 ◦ green 91 ◦ blue 5

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

Shades of Persimmon #E45B05

Tints of Persimmon #E45B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 70.37%
G = 28.09%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E45B05 (or 0xE45B05) is known color: Persimmon. HEX triplet: E4, 5B and 05. RGB value is (228,91,5). Sum of RGB (Red+Green+Blue) = 228+91+5=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45B05 is #1BA4FA. Grayscale: #7A7A7A. Windows color (decimal): -1811707 or 351204. OLE color: 351204.

HSL color Cylindrical-coordinate representation of color #E45B05: hue angle of 23.14º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E45B05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 91 5 -
CMYK 0 0.60 0.98 0.11
HSL 23.14º 0.96% 0.46% -
HSV(B) 23.14º 0.98% 0.89% -
XYZ 35.76 23.99 2.89 -
YUV 122.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 228 91 5 0 0.60 0.98 0.11 23.14 0.96 0.46
Hex E4 5B 5 0 3C 62 B 17 60 2E
Octal 344 133 5 0 74 142 13 27 140 56
Binary 11100100 1011011 101 0 111100 1100010 1011 10111 1100000 101110

Color Harmonies of #E45B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B05

Black with #E45B05

Text Example


Text Example

White with #E45B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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