Html Css Color HEX #EE541D Persimmon

📋 copy color: '#EE541D'

red 238 ◦ green 84 ◦ blue 29

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

Shades of Persimmon #EE541D

Tints of Persimmon #EE541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 67.81%
G = 23.93%
B = 8.26%

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

#EE541D (or 0xEE541D) is known color: Persimmon. HEX triplet: EE, 54 and 1D. RGB value is (238,84,29). Sum of RGB (Red+Green+Blue) = 238+84+29=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE541D is #11ABE2. Grayscale: #7C7C7C. Windows color (decimal): -1158115 or 1922286. OLE color: 1922286.

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

Color convert

RGB 238 84 29 -
CMYK 0 0.65 0.88 0.07
HSL 15.79º 0.86% 0.52% -
HSV(B) 15.79º 0.88% 0.93% -
XYZ 38.65 24.61 3.87 -
YUV 123.78 74.52 209.47 -
System Red Green Blue C M Y K H S L
Decimal 238 84 29 0 0.65 0.88 0.07 15.79 0.86 0.52
Hex EE 54 1D 0 41 58 7 10 56 34
Octal 356 124 35 0 101 130 7 20 126 64
Binary 11101110 1010100 11101 0 1000001 1011000 111 10000 1010110 110100

Color Harmonies of #EE541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE541D

Black with #EE541D

Text Example


Text Example

White with #EE541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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