Html Css Color HEX #EE6500 Persimmon

📋 copy color: '#EE6500'

red 238 ◦ green 101 ◦ blue 0

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

Shades of Persimmon #EE6500

Tints of Persimmon #EE6500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 70.21%
G = 29.79%
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

#EE6500 (or 0xEE6500) is known color: Persimmon. HEX triplet: EE, 65 and 00. RGB value is (238,101,0). Sum of RGB (Red+Green+Blue) = 238+101+0=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6500 is #119AFF. Grayscale: #828282. Windows color (decimal): -1153792 or 26094. OLE color: 26094.

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

Color convert

RGB 238 101 0 -
CMYK 0 0.58 1 0.07
HSL 25.46º 1% 0.47% -
HSV(B) 25.46º 1% 0.93% -
XYZ 39.91 27.48 3.2 -
YUV 130.45 54.39 204.71 -
System Red Green Blue C M Y K H S L
Decimal 238 101 0 0 0.58 1 0.07 25.46 1 0.47
Hex EE 65 0 0 3A 64 7 19 64 2F
Octal 356 145 0 0 72 144 7 31 144 57
Binary 11101110 1100101 0 0 111010 1100100 111 11001 1100100 101111

Color Harmonies of #EE6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6500

Black with #EE6500

Text Example


Text Example

White with #EE6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6500; }

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

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

background-color css

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

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

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

border-color css

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

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

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