Html Css Color HEX #E66000 Persimmon

📋 copy color: '#E66000'

red 230 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #E66000

Tints of Persimmon #E66000

RGB

 RED value IS 230 (90.23% from 255) = 70.55%

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 70.55%
G = 29.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E66000 (or 0xE66000) is known color: Persimmon. HEX triplet: E6, 60 and 00. RGB value is (230,96,0). Sum of RGB (Red+Green+Blue) = 230+96+0=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E66000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66000 is #199FFF. Grayscale: #7D7D7D. Windows color (decimal): -1679360 or 24806. OLE color: 24806.

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

Color convert

RGB 230 96 0 -
CMYK 0 0.58 1 0.10
HSL 25.04º 1% 0.45% -
HSV(B) 25.04º 1% 0.9% -
XYZ 36.82 25.19 2.92 -
YUV 125.12 57.39 202.81 -
System Red Green Blue C M Y K H S L
Decimal 230 96 0 0 0.58 1 0.10 25.04 1 0.45
Hex E6 60 0 0 3A 64 A 19 64 2D
Octal 346 140 0 0 72 144 12 31 144 55
Binary 11100110 1100000 0 0 111010 1100100 1010 11001 1100100 101101

Color Harmonies of #E66000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66000

Black with #E66000

Text Example


Text Example

White with #E66000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66000; }

 p { color: rgb(230,96,0); }

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

background-color css

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

 a { background-color: rgb(230,96,0); }

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

border-color css

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

 span { border-color: rgb(230,96,0); }

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