Html Css Color HEX #EE640C Persimmon

📋 copy color: '#EE640C'

red 238 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #EE640C

Tints of Persimmon #EE640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 68%
G = 28.57%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE640C (or 0xEE640C) is known color: Persimmon. HEX triplet: EE, 64 and 0C. RGB value is (238,100,12). Sum of RGB (Red+Green+Blue) = 238+100+12=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE640C is #119BF3. Grayscale: #838383. Windows color (decimal): -1154036 or 812270. OLE color: 812270.

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

Color convert

RGB 238 100 12 -
CMYK 0 0.58 0.95 0.07
HSL 23.36º 0.9% 0.49% -
HSV(B) 23.36º 0.95% 0.93% -
XYZ 39.88 27.32 3.52 -
YUV 131.23 60.72 204.16 -
System Red Green Blue C M Y K H S L
Decimal 238 100 12 0 0.58 0.95 0.07 23.36 0.9 0.49
Hex EE 64 C 0 3A 5F 7 17 5A 31
Octal 356 144 14 0 72 137 7 27 132 61
Binary 11101110 1100100 1100 0 111010 1011111 111 10111 1011010 110001

Color Harmonies of #EE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE640C

Black with #EE640C

Text Example


Text Example

White with #EE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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