Html Css Color HEX #EE640F Persimmon

📋 copy color: '#EE640F'

red 238 ◦ green 100 ◦ blue 15

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

Shades of Persimmon #EE640F

Tints of Persimmon #EE640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 67.42%
G = 28.33%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE640F (or 0xEE640F) is known color: Persimmon. HEX triplet: EE, 64 and 0F. RGB value is (238,100,15). Sum of RGB (Red+Green+Blue) = 238+100+15=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE640F is #119BF0. Grayscale: #848484. Windows color (decimal): -1154033 or 1008878. OLE color: 1008878.

HSL color Cylindrical-coordinate representation of color #EE640F: hue angle of 22.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE640F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 15 -
CMYK 0 0.58 0.94 0.07
HSL 22.87º 0.88% 0.5% -
HSV(B) 22.87º 0.94% 0.93% -
XYZ 39.9 27.33 3.62 -
YUV 131.57 62.22 203.91 -
System Red Green Blue C M Y K H S L
Decimal 238 100 15 0 0.58 0.94 0.07 22.87 0.88 0.5
Hex EE 64 F 0 3A 5E 7 17 58 32
Octal 356 144 17 0 72 136 7 27 130 62
Binary 11101110 1100100 1111 0 111010 1011110 111 10111 1011000 110010

Color Harmonies of #EE640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE640F

Black with #EE640F

Text Example


Text Example

White with #EE640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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