Html Css Color HEX #E7440C Persimmon

📋 copy color: '#E7440C'

red 231 ◦ green 68 ◦ blue 12

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

Shades of Persimmon #E7440C

Tints of Persimmon #E7440C

RGB

 RED value IS 231 (90.63% from 255) = 74.28%

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

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

R = 74.28%
G = 21.86%
B = 3.86%

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

#E7440C (or 0xE7440C) is known color: Persimmon. HEX triplet: E7, 44 and 0C. RGB value is (231,68,12). Sum of RGB (Red+Green+Blue) = 231+68+12=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7440C is #18BBF3. Grayscale: #6E6E6E. Windows color (decimal): -1620980 or 804071. OLE color: 804071.

HSL color Cylindrical-coordinate representation of color #E7440C: hue angle of 15.34º 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 #E7440C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 12 -
CMYK 0 0.71 0.95 0.09
HSL 15.34º 0.9% 0.48% -
HSV(B) 15.34º 0.95% 0.91% -
XYZ 35.09 21.15 2.58 -
YUV 110.35 72.5 214.05 -
System Red Green Blue C M Y K H S L
Decimal 231 68 12 0 0.71 0.95 0.09 15.34 0.9 0.48
Hex E7 44 C 0 47 5F 9 F 5A 30
Octal 347 104 14 0 107 137 11 17 132 60
Binary 11100111 1000100 1100 0 1000111 1011111 1001 1111 1011010 110000

Color Harmonies of #E7440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7440C

Black with #E7440C

Text Example


Text Example

White with #E7440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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