#EFDF5B

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

Shades of Portica #EFDF5B

Tints of Portica #EFDF5B

Color information

#EFDF5B (or 0xEFDF5B) is unknown color: approx Portica. HEX triplet: EF, DF and 5B. RGB value is (239,223,91). Sum of RGB (Red+Green+Blue) = 239+223+91=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF5B is #1020A4. Grayscale: #D5D5D5. Windows color (decimal): -1056933 or 6021103. OLE color: 6021103.

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

Color convert

RGB23922391-
CMYK00.070.620.06
HSL53.51º82.22%64.71%-
HSV(B)53.51º61.92%93.73%-
XYZ63.8771.8820.41-
YUV212.7459.3146.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 91 (35.94% from 255) = 16.46%
R=43.22%
G=40.33%
B=16.46%

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
Decimal2392239100.070.620.0653.5182.2264.71
HexEFDF5B073E6365241
Octal3573371330776666122101
Binary11101111110111111011011011111111011011011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF5B; }

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

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

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

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

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

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

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

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