Html Css Color HEX #EE5F12 Persimmon

📋 copy color: '#EE5F12'

red 238 ◦ green 95 ◦ blue 18

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

Shades of Persimmon #EE5F12

Tints of Persimmon #EE5F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 67.81%
G = 27.07%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE5F12 (or 0xEE5F12) is known color: Persimmon. HEX triplet: EE, 5F and 12. RGB value is (238,95,18). Sum of RGB (Red+Green+Blue) = 238+95+18=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F12 is #11A0ED. Grayscale: #818181. Windows color (decimal): -1155310 or 1204206. OLE color: 1204206.

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

Color convert

RGB 238 95 18 -
CMYK 0 0.60 0.92 0.07
HSL 21º 0.87% 0.5% -
HSV(B) 21º 0.92% 0.93% -
XYZ 39.46 26.41 3.59 -
YUV 128.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 238 95 18 0 0.60 0.92 0.07 21 0.87 0.5
Hex EE 5F 12 0 3C 5C 7 15 57 32
Octal 356 137 22 0 74 134 7 25 127 62
Binary 11101110 1011111 10010 0 111100 1011100 111 10101 1010111 110010

Color Harmonies of #EE5F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F12

Black with #EE5F12

Text Example


Text Example

White with #EE5F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5F12; }

 p { color: rgb(238,95,18); }

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

background-color css

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

 a { background-color: rgb(238,95,18); }

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

border-color css

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

 span { border-color: rgb(238,95,18); }

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