Html Css Color HEX #E44F16 Persimmon

📋 copy color: '#E44F16'

red 228 ◦ green 79 ◦ blue 22

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

Shades of Persimmon #E44F16

Tints of Persimmon #E44F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 69.3%
G = 24.01%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E44F16 (or 0xE44F16) is known color: Persimmon. HEX triplet: E4, 4F and 16. RGB value is (228,79,22). Sum of RGB (Red+Green+Blue) = 228+79+22=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44F16 is #1BB0E9. Grayscale: #757575. Windows color (decimal): -1814762 or 1462244. OLE color: 1462244.

HSL color Cylindrical-coordinate representation of color #E44F16: hue angle of 16.6º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E44F16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 79 22 -
CMYK 0 0.65 0.90 0.11
HSL 16.6º 0.82% 0.49% -
HSV(B) 16.6º 0.9% 0.89% -
XYZ 34.94 22.14 3.19 -
YUV 117.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 228 79 22 0 0.65 0.90 0.11 16.6 0.82 0.49
Hex E4 4F 16 0 41 5A B 11 52 31
Octal 344 117 26 0 101 132 13 21 122 61
Binary 11100100 1001111 10110 0 1000001 1011010 1011 10001 1010010 110001

Color Harmonies of #E44F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F16

Black with #E44F16

Text Example


Text Example

White with #E44F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F16; }

 p { color: rgb(228,79,22); }

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

background-color css

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

 a { background-color: rgb(228,79,22); }

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

border-color css

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

 span { border-color: rgb(228,79,22); }

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