#EFD35D

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

Shades of Portica #EFD35D

Tints of Portica #EFD35D

Color information

#EFD35D (or 0xEFD35D) is unknown color: approx Portica. HEX triplet: EF, D3 and 5D. RGB value is (239,211,93). Sum of RGB (Red+Green+Blue) = 239+211+93=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD35D is #102CA2. Grayscale: #CECECE. Windows color (decimal): -1060003 or 6149103. OLE color: 6149103.

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

Color convert

RGB23921193-
CMYK00.120.610.06
HSL48.49º82.02%65.1%-
HSV(B)48.49º61.09%93.73%-
XYZ60.8765.7319.83-
YUV205.9264.28151.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 93 (36.72% from 255) = 17.13%
R=44.01%
G=38.86%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392119300.120.610.0648.4982.0265.1
HexEFD35D0C3D6305241
Octal35732313501475660122101
Binary111011111101001110111010110011110111011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD35D; }

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

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

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

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

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

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

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

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