Html Css Color HEX #E44B16 Persimmon

📋 copy color: '#E44B16'

red 228 ◦ green 75 ◦ blue 22

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

Shades of Persimmon #E44B16

Tints of Persimmon #E44B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

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

R = 70.15%
G = 23.08%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E44B16 (or 0xE44B16) is known color: Persimmon. HEX triplet: E4, 4B and 16. RGB value is (228,75,22). Sum of RGB (Red+Green+Blue) = 228+75+22=325 (43% of max value = 765). Red value is 228 (89.45% from 255 or 70.15% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44B16 is #1BB4E9. Grayscale: #737373. Windows color (decimal): -1815786 or 1461220. OLE color: 1461220.

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

Color convert

RGB 228 75 22 -
CMYK 0 0.67 0.90 0.11
HSL 15.44º 0.82% 0.49% -
HSV(B) 15.44º 0.9% 0.89% -
XYZ 34.66 21.58 3.1 -
YUV 114.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 228 75 22 0 0.67 0.90 0.11 15.44 0.82 0.49
Hex E4 4B 16 0 43 5A B F 52 31
Octal 344 113 26 0 103 132 13 17 122 61
Binary 11100100 1001011 10110 0 1000011 1011010 1011 1111 1010010 110001

Color Harmonies of #E44B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44B16

Black with #E44B16

Text Example


Text Example

White with #E44B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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