Html Css Color HEX #EE540F Persimmon

📋 copy color: '#EE540F'

red 238 ◦ green 84 ◦ blue 15

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

Shades of Persimmon #EE540F

Tints of Persimmon #EE540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

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

R = 70.62%
G = 24.93%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE540F (or 0xEE540F) is known color: Persimmon. HEX triplet: EE, 54 and 0F. RGB value is (238,84,15). Sum of RGB (Red+Green+Blue) = 238+84+15=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE540F is #11ABF0. Grayscale: #7A7A7A. Windows color (decimal): -1158129 or 1004782. OLE color: 1004782.

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

Color convert

RGB 238 84 15 -
CMYK 0 0.65 0.94 0.07
HSL 18.57º 0.88% 0.5% -
HSV(B) 18.57º 0.94% 0.93% -
XYZ 38.52 24.55 3.16 -
YUV 122.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 238 84 15 0 0.65 0.94 0.07 18.57 0.88 0.5
Hex EE 54 F 0 41 5E 7 13 58 32
Octal 356 124 17 0 101 136 7 23 130 62
Binary 11101110 1010100 1111 0 1000001 1011110 111 10011 1011000 110010

Color Harmonies of #EE540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE540F

Black with #EE540F

Text Example


Text Example

White with #EE540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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