#EED752

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

Shades of Portica #EED752

Tints of Portica #EED752

Color information

#EED752 (or 0xEED752) is unknown color: approx Portica. HEX triplet: EE, D7 and 52. RGB value is (238,215,82). Sum of RGB (Red+Green+Blue) = 238+215+82=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED752 is #1128AD. Grayscale: #CFCFCF. Windows color (decimal): -1124526 or 5429230. OLE color: 5429230.

HSL color Cylindrical-coordinate representation of color #EED752: hue angle of 51.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED752 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23821582-
CMYK00.100.660.07
HSL51.15º82.11%62.75%-
HSV(B)51.15º65.55%93.33%-
XYZ61.0867.3917.77-
YUV206.7257.62150.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 82 (32.42% from 255) = 15.33%
R=44.49%
G=40.19%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382158200.100.660.0751.1582.1162.75
HexEED7520A42733523f
Octal35632712201210276312277
Binary111011101101011110100100101010000101111100111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED752; }

 p { color: rgb(238,215,82); }

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

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

 a { background-color: rgb(238,215,82); }

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

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

 span { border-color: rgb(238,215,82); }

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