Html Css Color HEX #E45F04 Persimmon

📋 copy color: '#E45F04'

red 228 ◦ green 95 ◦ blue 4

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

Shades of Persimmon #E45F04

Tints of Persimmon #E45F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 69.72%
G = 29.05%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E45F04 (or 0xE45F04) is known color: Persimmon. HEX triplet: E4, 5F and 04. RGB value is (228,95,4). Sum of RGB (Red+Green+Blue) = 228+95+4=327 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.72% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45F04 is #1BA0FB. Grayscale: #7C7C7C. Windows color (decimal): -1810684 or 286692. OLE color: 286692.

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

Color convert

RGB 228 95 4 -
CMYK 0 0.58 0.98 0.11
HSL 24.38º 0.97% 0.45% -
HSV(B) 24.38º 0.98% 0.89% -
XYZ 36.11 24.69 2.98 -
YUV 124.39 60.06 201.9 -
System Red Green Blue C M Y K H S L
Decimal 228 95 4 0 0.58 0.98 0.11 24.38 0.97 0.45
Hex E4 5F 4 0 3A 62 B 18 61 2D
Octal 344 137 4 0 72 142 13 30 141 55
Binary 11100100 1011111 100 0 111010 1100010 1011 11000 1100001 101101

Color Harmonies of #E45F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F04

Black with #E45F04

Text Example


Text Example

White with #E45F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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