Html Css Color HEX #E75006 Persimmon

📋 copy color: '#E75006'

red 231 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #E75006

Tints of Persimmon #E75006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 72.87%
G = 25.24%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E75006 (or 0xE75006) is known color: Persimmon. HEX triplet: E7, 50 and 06. RGB value is (231,80,6). Sum of RGB (Red+Green+Blue) = 231+80+6=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E75006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75006 is #18AFF9. Grayscale: #757575. Windows color (decimal): -1617914 or 413927. OLE color: 413927.

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

Color convert

RGB 231 80 6 -
CMYK 0 0.65 0.97 0.09
HSL 19.73º 0.95% 0.46% -
HSV(B) 19.73º 0.97% 0.91% -
XYZ 35.86 22.74 2.67 -
YUV 116.71 65.53 209.52 -
System Red Green Blue C M Y K H S L
Decimal 231 80 6 0 0.65 0.97 0.09 19.73 0.95 0.46
Hex E7 50 6 0 41 61 9 14 5F 2E
Octal 347 120 6 0 101 141 11 24 137 56
Binary 11100111 1010000 110 0 1000001 1100001 1001 10100 1011111 101110

Color Harmonies of #E75006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75006

Black with #E75006

Text Example


Text Example

White with #E75006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75006; }

 p { color: rgb(231,80,6); }

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

background-color css

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

 a { background-color: rgb(231,80,6); }

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

border-color css

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

 span { border-color: rgb(231,80,6); }

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