#efd35b

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

Shades of Portica #EFD35B

Tints of Portica #EFD35B

Color information

#EFD35B (or 0xEFD35B) is unknown color: approx Portica. HEX triplet: EF, D3 and 5B. RGB value is (239,211,91). Sum of RGB (Red+Green+Blue) = 239+211+91=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD35B is #102CA4. Grayscale: #CECECE. Windows color (decimal): -1060005 or 6018031. OLE color: 6018031.

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

Color convert

RGB23921191-
CMYK00.120.620.06
HSL48.65º82.22%64.71%-
HSV(B)48.65º61.92%93.73%-
XYZ60.7865.6919.37-
YUV205.6963.28151.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 91 (35.94% from 255) = 16.82%
R=44.18%
G=39.00%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392119100.120.620.0648.6582.2264.71
HexEFD35B0C3E6315241
Octal35732313301476661122101
Binary111011111101001110110110110011111011011000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd35b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd35b; }

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

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

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

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

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

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

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

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