Html Css Color HEX #E7550C Persimmon

📋 copy color: '#E7550C'

red 231 ◦ green 85 ◦ blue 12

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

Shades of Persimmon #E7550C

Tints of Persimmon #E7550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

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

R = 70.43%
G = 25.91%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7550C (or 0xE7550C) is known color: Persimmon. HEX triplet: E7, 55 and 0C. RGB value is (231,85,12). Sum of RGB (Red+Green+Blue) = 231+85+12=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7550C is #18AAF3. Grayscale: #787878. Windows color (decimal): -1616628 or 808423. OLE color: 808423.

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

Color convert

RGB 231 85 12 -
CMYK 0 0.63 0.95 0.09
HSL 20º 0.9% 0.48% -
HSV(B) 20º 0.95% 0.91% -
XYZ 36.27 23.51 2.97 -
YUV 120.33 66.87 206.94 -
System Red Green Blue C M Y K H S L
Decimal 231 85 12 0 0.63 0.95 0.09 20 0.9 0.48
Hex E7 55 C 0 3F 5F 9 14 5A 30
Octal 347 125 14 0 77 137 11 24 132 60
Binary 11100111 1010101 1100 0 111111 1011111 1001 10100 1011010 110000

Color Harmonies of #E7550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7550C

Black with #E7550C

Text Example


Text Example

White with #E7550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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