Html Css Color HEX #E44F0B Persimmon

📋 copy color: '#E44F0B'

red 228 ◦ green 79 ◦ blue 11

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

Shades of Persimmon #E44F0B

Tints of Persimmon #E44F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 71.7%
G = 24.84%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E44F0B (or 0xE44F0B) is known color: Persimmon. HEX triplet: E4, 4F and 0B. RGB value is (228,79,11). Sum of RGB (Red+Green+Blue) = 228+79+11=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44F0B is #1BB0F4. Grayscale: #747474. Windows color (decimal): -1814773 or 741348. OLE color: 741348.

HSL color Cylindrical-coordinate representation of color #E44F0B: hue angle of 18.8º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E44F0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 79 11 -
CMYK 0 0.65 0.95 0.11
HSL 18.8º 0.91% 0.47% -
HSV(B) 18.8º 0.95% 0.89% -
XYZ 34.85 22.11 2.75 -
YUV 115.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 228 79 11 0 0.65 0.95 0.11 18.8 0.91 0.47
Hex E4 4F B 0 41 5F B 13 5B 2F
Octal 344 117 13 0 101 137 13 23 133 57
Binary 11100100 1001111 1011 0 1000001 1011111 1011 10011 1011011 101111

Color Harmonies of #E44F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F0B

Black with #E44F0B

Text Example


Text Example

White with #E44F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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