Html Css Color HEX #E66005 Persimmon

📋 copy color: '#E66005'

red 230 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #E66005

Tints of Persimmon #E66005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 69.49%
G = 29%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E66005 (or 0xE66005) is known color: Persimmon. HEX triplet: E6, 60 and 05. RGB value is (230,96,5). Sum of RGB (Red+Green+Blue) = 230+96+5=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E66005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66005 is #199FFA. Grayscale: #7E7E7E. Windows color (decimal): -1679355 or 352486. OLE color: 352486.

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

Color convert

RGB 230 96 5 -
CMYK 0 0.58 0.98 0.10
HSL 24.27º 0.96% 0.46% -
HSV(B) 24.27º 0.98% 0.9% -
XYZ 36.84 25.2 3.07 -
YUV 125.69 59.89 202.4 -
System Red Green Blue C M Y K H S L
Decimal 230 96 5 0 0.58 0.98 0.10 24.27 0.96 0.46
Hex E6 60 5 0 3A 62 A 18 60 2E
Octal 346 140 5 0 72 142 12 30 140 56
Binary 11100110 1100000 101 0 111010 1100010 1010 11000 1100000 101110

Color Harmonies of #E66005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66005

Black with #E66005

Text Example


Text Example

White with #E66005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66005; }

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

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

background-color css

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

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

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

border-color css

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

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

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