#EFD45E

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

Shades of Portica #EFD45E

Tints of Portica #EFD45E

Color information

#EFD45E (or 0xEFD45E) is unknown color: approx Portica. HEX triplet: EF, D4 and 5E. RGB value is (239,212,94). Sum of RGB (Red+Green+Blue) = 239+212+94=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD45E is #102BA1. Grayscale: #CFCFCF. Windows color (decimal): -1059746 or 6214895. OLE color: 6214895.

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

Color convert

RGB23921294-
CMYK00.110.610.06
HSL48.83º81.92%65.29%-
HSV(B)48.83º60.67%93.73%-
XYZ61.1666.2520.15-
YUV206.6264.45151.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 94 (37.11% from 255) = 17.25%
R=43.85%
G=38.90%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392129400.110.610.0648.8381.9265.29
HexEFD45E0B3D6315241
Octal35732413601375661122101
Binary111011111101010010111100101111110111011000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD45E; }

 p { color: rgb(239,212,94); }

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

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

 a { background-color: rgb(239,212,94); }

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

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

 span { border-color: rgb(239,212,94); }

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