Html Css Color HEX #EE6014 Persimmon

📋 copy color: '#EE6014'

red 238 ◦ green 96 ◦ blue 20

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

Shades of Persimmon #EE6014

Tints of Persimmon #EE6014

RGB

 RED value IS 238 (93.36% from 255) = 67.23%

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

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

R = 67.23%
G = 27.12%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6014 (or 0xEE6014) is known color: Persimmon. HEX triplet: EE, 60 and 14. RGB value is (238,96,20). Sum of RGB (Red+Green+Blue) = 238+96+20=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6014 is #119FEB. Grayscale: #828282. Windows color (decimal): -1155052 or 1335534. OLE color: 1335534.

HSL color Cylindrical-coordinate representation of color #EE6014: hue angle of 20.92º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE6014 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 20 -
CMYK 0 0.60 0.92 0.07
HSL 20.92º 0.87% 0.51% -
HSV(B) 20.92º 0.92% 0.93% -
XYZ 39.57 26.59 3.71 -
YUV 129.79 66.04 205.18 -
System Red Green Blue C M Y K H S L
Decimal 238 96 20 0 0.60 0.92 0.07 20.92 0.87 0.51
Hex EE 60 14 0 3C 5C 7 15 57 33
Octal 356 140 24 0 74 134 7 25 127 63
Binary 11101110 1100000 10100 0 111100 1011100 111 10101 1010111 110011

Color Harmonies of #EE6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6014

Black with #EE6014

Text Example


Text Example

White with #EE6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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