#EFCB5C

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

Shades of Portica #EFCB5C

Tints of Portica #EFCB5C

Color information

#EFCB5C (or 0xEFCB5C) is unknown color: approx Portica. HEX triplet: EF, CB and 5C. RGB value is (239,203,92). Sum of RGB (Red+Green+Blue) = 239+203+92=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB5C is #1034A3. Grayscale: #C9C9C9. Windows color (decimal): -1062052 or 6081519. OLE color: 6081519.

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

Color convert

RGB23920392-
CMYK00.150.620.06
HSL45.31º82.12%64.9%-
HSV(B)45.31º61.51%93.73%-
XYZ58.8861.8418.96-
YUV201.1166.43155.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 92 (36.33% from 255) = 17.23%
R=44.76%
G=38.01%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392039200.150.620.0645.3182.1264.9
HexEFCB5C0F3E62d5241
Octal35731313401776655122101
Binary111011111100101110111000111111111011010110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB5C; }

 p { color: rgb(239,203,92); }

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

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

 a { background-color: rgb(239,203,92); }

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

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

 span { border-color: rgb(239,203,92); }

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