Html Css Color HEX #E66200 Persimmon

📋 copy color: '#E66200'

red 230 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #E66200

Tints of Persimmon #E66200

RGB

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

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

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

R = 70.12%
G = 29.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E66200 (or 0xE66200) is known color: Persimmon. HEX triplet: E6, 62 and 00. RGB value is (230,98,0). Sum of RGB (Red+Green+Blue) = 230+98+0=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E66200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66200 is #199DFF. Grayscale: #7E7E7E. Windows color (decimal): -1678848 or 25318. OLE color: 25318.

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

Color convert

RGB 230 98 0 -
CMYK 0 0.57 1 0.10
HSL 25.57º 1% 0.45% -
HSV(B) 25.57º 1% 0.9% -
XYZ 37 25.56 2.98 -
YUV 126.3 56.73 201.97 -
System Red Green Blue C M Y K H S L
Decimal 230 98 0 0 0.57 1 0.10 25.57 1 0.45
Hex E6 62 0 0 39 64 A 1A 64 2D
Octal 346 142 0 0 71 144 12 32 144 55
Binary 11100110 1100010 0 0 111001 1100100 1010 11010 1100100 101101

Color Harmonies of #E66200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66200

Black with #E66200

Text Example


Text Example

White with #E66200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66200; }

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

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

background-color css

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

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

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

border-color css

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

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

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