Html Css Color HEX #EE541C Persimmon

📋 copy color: '#EE541C'

red 238 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #EE541C

Tints of Persimmon #EE541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 68%
G = 24%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE541C (or 0xEE541C) is known color: Persimmon. HEX triplet: EE, 54 and 1C. RGB value is (238,84,28). Sum of RGB (Red+Green+Blue) = 238+84+28=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE541C is #11ABE3. Grayscale: #7C7C7C. Windows color (decimal): -1158116 or 1856750. OLE color: 1856750.

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

Color convert

RGB 238 84 28 -
CMYK 0 0.65 0.88 0.07
HSL 16º 0.86% 0.52% -
HSV(B) 16º 0.88% 0.93% -
XYZ 38.64 24.6 3.81 -
YUV 123.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 238 84 28 0 0.65 0.88 0.07 16 0.86 0.52
Hex EE 54 1C 0 41 58 7 10 56 34
Octal 356 124 34 0 101 130 7 20 126 64
Binary 11101110 1010100 11100 0 1000001 1011000 111 10000 1010110 110100

Color Harmonies of #EE541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE541C

Black with #EE541C

Text Example


Text Example

White with #EE541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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