Html Css Color HEX #EE6300 Persimmon

📋 copy color: '#EE6300'

red 238 ◦ green 99 ◦ blue 0

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

Shades of Persimmon #EE6300

Tints of Persimmon #EE6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 70.62%
G = 29.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE6300 (or 0xEE6300) is known color: Persimmon. HEX triplet: EE, 63 and 00. RGB value is (238,99,0). Sum of RGB (Red+Green+Blue) = 238+99+0=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6300 is #119CFF. Grayscale: #818181. Windows color (decimal): -1154304 or 25582. OLE color: 25582.

HSL color Cylindrical-coordinate representation of color #EE6300: hue angle of 24.96º 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 #EE6300 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 99 0 -
CMYK 0 0.58 1 0.07
HSL 24.96º 1% 0.47% -
HSV(B) 24.96º 1% 0.93% -
XYZ 39.72 27.1 3.14 -
YUV 129.28 55.05 205.55 -
System Red Green Blue C M Y K H S L
Decimal 238 99 0 0 0.58 1 0.07 24.96 1 0.47
Hex EE 63 0 0 3A 64 7 19 64 2F
Octal 356 143 0 0 72 144 7 31 144 57
Binary 11101110 1100011 0 0 111010 1100100 111 11001 1100100 101111

Color Harmonies of #EE6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6300

Black with #EE6300

Text Example


Text Example

White with #EE6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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