#EEDA52

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

Shades of Portica #EEDA52

Tints of Portica #EEDA52

Color information

#EEDA52 (or 0xEEDA52) is unknown color: approx Portica. HEX triplet: EE, DA and 52. RGB value is (238,218,82). Sum of RGB (Red+Green+Blue) = 238+218+82=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA52 is #1125AD. Grayscale: #D1D1D1. Windows color (decimal): -1123758 or 5429998. OLE color: 5429998.

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

Color convert

RGB23821882-
CMYK00.080.660.07
HSL52.31º82.11%62.75%-
HSV(B)52.31º65.55%93.33%-
XYZ61.8568.9318.03-
YUV208.4856.63149.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.24%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=44.24%
G=40.52%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382188200.080.660.0752.3182.1162.75
HexEEDA520842734523f
Octal35633212201010276412277
Binary111011101101101010100100100010000101111101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA52; }

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

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

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

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

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

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

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

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