Html Css Color HEX #E45A04 Persimmon

📋 copy color: '#E45A04'

red 228 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #E45A04

Tints of Persimmon #E45A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 70.81%
G = 27.95%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E45A04 (or 0xE45A04) is known color: Persimmon. HEX triplet: E4, 5A and 04. RGB value is (228,90,4). Sum of RGB (Red+Green+Blue) = 228+90+4=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45A04 is #1BA5FB. Grayscale: #797979. Windows color (decimal): -1811964 or 285412. OLE color: 285412.

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

Color convert

RGB 228 90 4 -
CMYK 0 0.61 0.98 0.11
HSL 23.04º 0.97% 0.45% -
HSV(B) 23.04º 0.98% 0.89% -
XYZ 35.67 23.82 2.83 -
YUV 121.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 228 90 4 0 0.61 0.98 0.11 23.04 0.97 0.45
Hex E4 5A 4 0 3D 62 B 17 61 2D
Octal 344 132 4 0 75 142 13 27 141 55
Binary 11100100 1011010 100 0 111101 1100010 1011 10111 1100001 101101

Color Harmonies of #E45A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A04

Black with #E45A04

Text Example


Text Example

White with #E45A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A04; }

 p { color: rgb(228,90,4); }

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

background-color css

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

 a { background-color: rgb(228,90,4); }

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

border-color css

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

 span { border-color: rgb(228,90,4); }

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