Html Css Color HEX #E76201 Persimmon

📋 copy color: '#E76201'

red 231 ◦ green 98 ◦ blue 1

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

Shades of Persimmon #E76201

Tints of Persimmon #E76201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 70%
G = 29.7%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E76201 (or 0xE76201) is known color: Persimmon. HEX triplet: E7, 62 and 01. RGB value is (231,98,1). Sum of RGB (Red+Green+Blue) = 231+98+1=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E76201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76201 is #189DFE. Grayscale: #7F7F7F. Windows color (decimal): -1613311 or 90855. OLE color: 90855.

HSL color Cylindrical-coordinate representation of color #E76201: hue angle of 25.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E76201 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 98 1 -
CMYK 0 0.58 1.00 0.09
HSL 25.3º 0.99% 0.45% -
HSV(B) 25.3º 1% 0.91% -
XYZ 37.33 25.73 3.03 -
YUV 126.71 57.06 202.39 -
System Red Green Blue C M Y K H S L
Decimal 231 98 1 0 0.58 1.00 0.09 25.3 0.99 0.45
Hex E7 62 1 0 3A 64 9 19 63 2D
Octal 347 142 1 0 72 144 11 31 143 55
Binary 11100111 1100010 1 0 111010 1100100 1001 11001 1100011 101101

Color Harmonies of #E76201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76201

Black with #E76201

Text Example


Text Example

White with #E76201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76201; }

 p { color: rgb(231,98,1); }

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

background-color css

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

 a { background-color: rgb(231,98,1); }

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

border-color css

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

 span { border-color: rgb(231,98,1); }

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