Html Css Color HEX #EE6006 Persimmon

📋 copy color: '#EE6006'

red 238 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #EE6006

Tints of Persimmon #EE6006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 70%
G = 28.24%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE6006 (or 0xEE6006) is known color: Persimmon. HEX triplet: EE, 60 and 06. RGB value is (238,96,6). Sum of RGB (Red+Green+Blue) = 238+96+6=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6006 is #119FF9. Grayscale: #808080. Windows color (decimal): -1155066 or 418030. OLE color: 418030.

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

Color convert

RGB 238 96 6 -
CMYK 0 0.60 0.97 0.07
HSL 23.28º 0.95% 0.48% -
HSV(B) 23.28º 0.97% 0.93% -
XYZ 39.48 26.56 3.22 -
YUV 128.2 59.04 206.32 -
System Red Green Blue C M Y K H S L
Decimal 238 96 6 0 0.60 0.97 0.07 23.28 0.95 0.48
Hex EE 60 6 0 3C 61 7 17 5F 30
Octal 356 140 6 0 74 141 7 27 137 60
Binary 11101110 1100000 110 0 111100 1100001 111 10111 1011111 110000

Color Harmonies of #EE6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6006

Black with #EE6006

Text Example


Text Example

White with #EE6006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6006; }

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

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

background-color css

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

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

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

border-color css

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

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

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