#EE531A

Color #EE531A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EE531A

Tints of Persimmon #EE531A

Color information

#EE531A (or 0xEE531A) is unknown color: approx Persimmon. HEX triplet: EE, 53 and 1A. RGB value is (238,83,26). Sum of RGB (Red+Green+Blue) = 238+83+26=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE531A is #11ACE5. Grayscale: #7B7B7B. Windows color (decimal): -1158374 or 1725422. OLE color: 1725422.

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

Color convert

RGB2388326-
CMYK00.650.890.07
HSL16.13º86.18%51.76%-
HSV(B)16.13º89.08%93.33%-
XYZ38.5424.443.66-
YUV122.8573.35210.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.59%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=68.59%
G=23.92%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238832600.650.890.0716.1386.1851.76
HexEE531A041597105634
Octal35612332010113172012664
Binary11101110101001111010010000011011001111100001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE531A; }

 p { color: rgb(238,83,26); }

 H1.HeaderClassName
 {
   color: #EE531A;
 }
 .AnyTagClassName
 {
   color: #EE531A;
 }
</style>
background-color css

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

 a { background-color: rgb(238,83,26); }

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

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

 span { border-color: rgb(238,83,26); }

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