Html Css Color HEX #EE6407 Persimmon

📋 copy color: '#EE6407'

red 238 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #EE6407

Tints of Persimmon #EE6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 68.99%
G = 28.99%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE6407 (or 0xEE6407) is known color: Persimmon. HEX triplet: EE, 64 and 07. RGB value is (238,100,7). Sum of RGB (Red+Green+Blue) = 238+100+7=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6407 is #119BF8. Grayscale: #838383. Windows color (decimal): -1154041 or 484590. OLE color: 484590.

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

Color convert

RGB 238 100 7 -
CMYK 0 0.58 0.97 0.07
HSL 24.16º 0.94% 0.48% -
HSV(B) 24.16º 0.97% 0.93% -
XYZ 39.86 27.31 3.37 -
YUV 130.66 58.22 204.56 -
System Red Green Blue C M Y K H S L
Decimal 238 100 7 0 0.58 0.97 0.07 24.16 0.94 0.48
Hex EE 64 7 0 3A 61 7 18 5E 30
Octal 356 144 7 0 72 141 7 30 136 60
Binary 11101110 1100100 111 0 111010 1100001 111 11000 1011110 110000

Color Harmonies of #EE6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6407

Black with #EE6407

Text Example


Text Example

White with #EE6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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