Html Css Color HEX #E8440C Persimmon

📋 copy color: '#E8440C'

red 232 ◦ green 68 ◦ blue 12

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

Shades of Persimmon #E8440C

Tints of Persimmon #E8440C

RGB

 RED value IS 232 (91.02% from 255) = 74.36%

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 74.36%
G = 21.79%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8440C (or 0xE8440C) is known color: Persimmon. HEX triplet: E8, 44 and 0C. RGB value is (232,68,12). Sum of RGB (Red+Green+Blue) = 232+68+12=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8440C is #17BBF3. Grayscale: #6F6F6F. Windows color (decimal): -1555444 or 804072. OLE color: 804072.

HSL color Cylindrical-coordinate representation of color #E8440C: hue angle of 15.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8440C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 68 12 -
CMYK 0 0.71 0.95 0.09
HSL 15.27º 0.9% 0.48% -
HSV(B) 15.27º 0.95% 0.91% -
XYZ 35.41 21.32 2.6 -
YUV 110.65 72.33 214.55 -
System Red Green Blue C M Y K H S L
Decimal 232 68 12 0 0.71 0.95 0.09 15.27 0.9 0.48
Hex E8 44 C 0 47 5F 9 F 5A 30
Octal 350 104 14 0 107 137 11 17 132 60
Binary 11101000 1000100 1100 0 1000111 1011111 1001 1111 1011010 110000

Color Harmonies of #E8440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8440C

Black with #E8440C

Text Example


Text Example

White with #E8440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8440C; }

 p { color: rgb(232,68,12); }

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

background-color css

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

 a { background-color: rgb(232,68,12); }

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

border-color css

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

 span { border-color: rgb(232,68,12); }

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