Html Css Color HEX #E76300 Persimmon

📋 copy color: '#E76300'

red 231 ◦ green 99 ◦ blue 0

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

Shades of Persimmon #E76300

Tints of Persimmon #E76300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E76300 (or 0xE76300) is known color: Persimmon. HEX triplet: E7, 63 and 00. RGB value is (231,99,0). Sum of RGB (Red+Green+Blue) = 231+99+0=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E76300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76300 is #189CFF. Grayscale: #7F7F7F. Windows color (decimal): -1613056 or 25575. OLE color: 25575.

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

Color convert

RGB 231 99 0 -
CMYK 0 0.57 1 0.09
HSL 25.71º 1% 0.45% -
HSV(B) 25.71º 1% 0.91% -
XYZ 37.42 25.91 3.03 -
YUV 127.18 56.23 202.05 -
System Red Green Blue C M Y K H S L
Decimal 231 99 0 0 0.57 1 0.09 25.71 1 0.45
Hex E7 63 0 0 39 64 9 1A 64 2D
Octal 347 143 0 0 71 144 11 32 144 55
Binary 11100111 1100011 0 0 111001 1100100 1001 11010 1100100 101101

Color Harmonies of #E76300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76300

Black with #E76300

Text Example


Text Example

White with #E76300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76300; }

 p { color: rgb(231,99,0); }

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

background-color css

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

 a { background-color: rgb(231,99,0); }

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

border-color css

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

 span { border-color: rgb(231,99,0); }

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