Html Css Color HEX #E66014 Persimmon

📋 copy color: '#E66014'

red 230 ◦ green 96 ◦ blue 20

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

Shades of Persimmon #E66014

Tints of Persimmon #E66014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 66.47%
G = 27.75%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E66014 (or 0xE66014) is known color: Persimmon. HEX triplet: E6, 60 and 14. RGB value is (230,96,20). Sum of RGB (Red+Green+Blue) = 230+96+20=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E66014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66014 is #199FEB. Grayscale: #7F7F7F. Windows color (decimal): -1679340 or 1335526. OLE color: 1335526.

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

Color convert

RGB 230 96 20 -
CMYK 0 0.58 0.91 0.10
HSL 21.71º 0.84% 0.49% -
HSV(B) 21.71º 0.91% 0.9% -
XYZ 36.94 25.24 3.59 -
YUV 127.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 230 96 20 0 0.58 0.91 0.10 21.71 0.84 0.49
Hex E6 60 14 0 3A 5B A 16 54 31
Octal 346 140 24 0 72 133 12 26 124 61
Binary 11100110 1100000 10100 0 111010 1011011 1010 10110 1010100 110001

Color Harmonies of #E66014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66014

Black with #E66014

Text Example


Text Example

White with #E66014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66014; }

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

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

background-color css

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

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

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

border-color css

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

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

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