Html Css Color HEX #EE6400 Persimmon

📋 copy color: '#EE6400'

red 238 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #EE6400

Tints of Persimmon #EE6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 70.41%
G = 29.59%
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

#EE6400 (or 0xEE6400) is known color: Persimmon. HEX triplet: EE, 64 and 00. RGB value is (238,100,0). Sum of RGB (Red+Green+Blue) = 238+100+0=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6400 is #119BFF. Grayscale: #828282. Windows color (decimal): -1154048 or 25838. OLE color: 25838.

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

Color convert

RGB 238 100 0 -
CMYK 0 0.58 1 0.07
HSL 25.21º 1% 0.47% -
HSV(B) 25.21º 1% 0.93% -
XYZ 39.82 27.29 3.17 -
YUV 129.86 54.72 205.13 -
System Red Green Blue C M Y K H S L
Decimal 238 100 0 0 0.58 1 0.07 25.21 1 0.47
Hex EE 64 0 0 3A 64 7 19 64 2F
Octal 356 144 0 0 72 144 7 31 144 57
Binary 11101110 1100100 0 0 111010 1100100 111 11001 1100100 101111

Color Harmonies of #EE6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6400

Black with #EE6400

Text Example


Text Example

White with #EE6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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