Html Css Color HEX #EE6000 Persimmon

📋 copy color: '#EE6000'

red 238 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #EE6000

Tints of Persimmon #EE6000

RGB

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

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

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

R = 71.26%
G = 28.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE6000 (or 0xEE6000) is known color: Persimmon. HEX triplet: EE, 60 and 00. RGB value is (238,96,0). Sum of RGB (Red+Green+Blue) = 238+96+0=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6000 is #119FFF. Grayscale: #808080. Windows color (decimal): -1155072 or 24814. OLE color: 24814.

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

Color convert

RGB 238 96 0 -
CMYK 0 0.60 1 0.07
HSL 24.2º 1% 0.47% -
HSV(B) 24.2º 1% 0.93% -
XYZ 39.44 26.54 3.04 -
YUV 127.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 238 96 0 0 0.60 1 0.07 24.2 1 0.47
Hex EE 60 0 0 3C 64 7 18 64 2F
Octal 356 140 0 0 74 144 7 30 144 57
Binary 11101110 1100000 0 0 111100 1100100 111 11000 1100100 101111

Color Harmonies of #EE6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6000

Black with #EE6000

Text Example


Text Example

White with #EE6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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