Html Css Color HEX #E7600C Persimmon

📋 copy color: '#E7600C'

red 231 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #E7600C

Tints of Persimmon #E7600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 68.14%
G = 28.32%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7600C (or 0xE7600C) is known color: Persimmon. HEX triplet: E7, 60 and 0C. RGB value is (231,96,12). Sum of RGB (Red+Green+Blue) = 231+96+12=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7600C is #189FF3. Grayscale: #7F7F7F. Windows color (decimal): -1613812 or 811239. OLE color: 811239.

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

Color convert

RGB 231 96 12 -
CMYK 0 0.58 0.95 0.09
HSL 23.01º 0.9% 0.48% -
HSV(B) 23.01º 0.95% 0.91% -
XYZ 37.2 25.38 3.29 -
YUV 126.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 231 96 12 0 0.58 0.95 0.09 23.01 0.9 0.48
Hex E7 60 C 0 3A 5F 9 17 5A 30
Octal 347 140 14 0 72 137 11 27 132 60
Binary 11100111 1100000 1100 0 111010 1011111 1001 10111 1011010 110000

Color Harmonies of #E7600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7600C

Black with #E7600C

Text Example


Text Example

White with #E7600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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