#EFDC52

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

Shades of Portica #EFDC52

Tints of Portica #EFDC52

Color information

#EFDC52 (or 0xEFDC52) is unknown color: approx Portica. HEX triplet: EF, DC and 52. RGB value is (239,220,82). Sum of RGB (Red+Green+Blue) = 239+220+82=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC52 is #1023AD. Grayscale: #D2D2D2. Windows color (decimal): -1057710 or 5430511. OLE color: 5430511.

HSL color Cylindrical-coordinate representation of color #EFDC52: hue angle of 52.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFDC52 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23922082-
CMYK00.080.660.06
HSL52.74º83.07%62.94%-
HSV(B)52.74º65.69%93.73%-
XYZ62.7170.1518.22-
YUV209.9555.79148.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 82 (32.42% from 255) = 15.16%
R=44.18%
G=40.67%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392208200.080.660.0652.7483.0762.94
HexEFDC520842635533f
Octal35733412201010266512377
Binary111011111101110010100100100010000101101101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC52; }

 p { color: rgb(239,220,82); }

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

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

 a { background-color: rgb(239,220,82); }

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

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

 span { border-color: rgb(239,220,82); }

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