#EFD259

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

Shades of Portica #EFD259

Tints of Portica #EFD259

Color information

#EFD259 (or 0xEFD259) is unknown color: approx Portica. HEX triplet: EF, D2 and 59. RGB value is (239,210,89). Sum of RGB (Red+Green+Blue) = 239+210+89=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD259 is #102DA6. Grayscale: #CDCDCD. Windows color (decimal): -1060263 or 5886703. OLE color: 5886703.

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

Color convert

RGB23921089-
CMYK00.120.630.06
HSL48.4º82.42%64.31%-
HSV(B)48.4º62.76%93.73%-
XYZ60.4565.1718.84-
YUV204.8862.61152.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 89 (35.16% from 255) = 16.54%
R=44.42%
G=39.03%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392108900.120.630.0648.482.4264.31
HexEFD2590C3F6305240
Octal35732213101477660122100
Binary111011111101001010110010110011111111011000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD259; }

 p { color: rgb(239,210,89); }

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

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

 a { background-color: rgb(239,210,89); }

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

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

 span { border-color: rgb(239,210,89); }

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