Html Css Color HEX #E44600 Persimmon

📋 copy color: '#E44600'

red 228 ◦ green 70 ◦ blue 0

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

Shades of Persimmon #E44600

Tints of Persimmon #E44600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.51%
G = 23.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E44600 (or 0xE44600) is known color: Persimmon. HEX triplet: E4, 46 and 00. RGB value is (228,70,0). Sum of RGB (Red+Green+Blue) = 228+70+0=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E44600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44600 is #1BB9FF. Grayscale: #6D6D6D. Windows color (decimal): -1817088 or 18148. OLE color: 18148.

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

Color convert

RGB 228 70 0 -
CMYK 0 0.69 1 0.11
HSL 18.42º 1% 0.45% -
HSV(B) 18.42º 1% 0.89% -
XYZ 34.19 20.87 2.23 -
YUV 109.26 66.35 212.69 -
System Red Green Blue C M Y K H S L
Decimal 228 70 0 0 0.69 1 0.11 18.42 1 0.45
Hex E4 46 0 0 45 64 B 12 64 2D
Octal 344 106 0 0 105 144 13 22 144 55
Binary 11100100 1000110 0 0 1000101 1100100 1011 10010 1100100 101101

Color Harmonies of #E44600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44600

Black with #E44600

Text Example


Text Example

White with #E44600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44600; }

 p { color: rgb(228,70,0); }

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

background-color css

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

 a { background-color: rgb(228,70,0); }

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

border-color css

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

 span { border-color: rgb(228,70,0); }

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