Html Css Color HEX #E76401 Persimmon

📋 copy color: '#E76401'

red 231 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #E76401

Tints of Persimmon #E76401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

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

R = 69.58%
G = 30.12%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E76401 (or 0xE76401) is known color: Persimmon. HEX triplet: E7, 64 and 01. RGB value is (231,100,1). Sum of RGB (Red+Green+Blue) = 231+100+1=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E76401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76401 is #189BFE. Grayscale: #808080. Windows color (decimal): -1612799 or 91367. OLE color: 91367.

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

Color convert

RGB 231 100 1 -
CMYK 0 0.57 1.00 0.09
HSL 25.83º 0.99% 0.45% -
HSV(B) 25.83º 1% 0.91% -
XYZ 37.52 26.11 3.09 -
YUV 127.88 56.4 201.55 -
System Red Green Blue C M Y K H S L
Decimal 231 100 1 0 0.57 1.00 0.09 25.83 0.99 0.45
Hex E7 64 1 0 39 64 9 1A 63 2D
Octal 347 144 1 0 71 144 11 32 143 55
Binary 11100111 1100100 1 0 111001 1100100 1001 11010 1100011 101101

Color Harmonies of #E76401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76401

Black with #E76401

Text Example


Text Example

White with #E76401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76401; }

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

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

background-color css

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

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

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

border-color css

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

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

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