#EFDF5A

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

Shades of Portica #EFDF5A

Tints of Portica #EFDF5A

Color information

#EFDF5A (or 0xEFDF5A) is unknown color: approx Portica. HEX triplet: EF, DF and 5A. RGB value is (239,223,90). Sum of RGB (Red+Green+Blue) = 239+223+90=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF5A is #1020A5. Grayscale: #D5D5D5. Windows color (decimal): -1056934 or 5955567. OLE color: 5955567.

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

Color convert

RGB23922390-
CMYK00.070.620.06
HSL53.56º82.32%64.51%-
HSV(B)53.56º62.34%93.73%-
XYZ63.8371.8620.18-
YUV212.6258.8146.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 223 (87.5% from 255) = 40.40%
BLUE value IS 90 (35.55% from 255) = 16.30%
R=43.30%
G=40.40%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392239000.070.620.0653.5682.3264.51
HexEFDF5A073E6365241
Octal3573371320776666122101
Binary11101111110111111011010011111111011011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF5A; }

 p { color: rgb(239,223,90); }

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

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

 a { background-color: rgb(239,223,90); }

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

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

 span { border-color: rgb(239,223,90); }

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