Html Css Color HEX #EE5D0C Persimmon

📋 copy color: '#EE5D0C'

red 238 ◦ green 93 ◦ blue 12

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

Shades of Persimmon #EE5D0C

Tints of Persimmon #EE5D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 69.39%
G = 27.11%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE5D0C (or 0xEE5D0C) is known color: Persimmon. HEX triplet: EE, 5D and 0C. RGB value is (238,93,12). Sum of RGB (Red+Green+Blue) = 238+93+12=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D0C is #11A2F3. Grayscale: #7F7F7F. Windows color (decimal): -1155828 or 810478. OLE color: 810478.

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

Color convert

RGB 238 93 12 -
CMYK 0 0.61 0.95 0.07
HSL 21.5º 0.9% 0.49% -
HSV(B) 21.5º 0.95% 0.93% -
XYZ 39.24 26.03 3.3 -
YUV 127.12 63.04 207.09 -
System Red Green Blue C M Y K H S L
Decimal 238 93 12 0 0.61 0.95 0.07 21.5 0.9 0.49
Hex EE 5D C 0 3D 5F 7 16 5A 31
Octal 356 135 14 0 75 137 7 26 132 61
Binary 11101110 1011101 1100 0 111101 1011111 111 10110 1011010 110001

Color Harmonies of #EE5D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5D0C

Black with #EE5D0C

Text Example


Text Example

White with #EE5D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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