#EFDF64

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

Shades of Portica #EFDF64

Tints of Portica #EFDF64

Color information

#EFDF64 (or 0xEFDF64) is unknown color: approx Portica. HEX triplet: EF, DF and 64. RGB value is (239,223,100). Sum of RGB (Red+Green+Blue) = 239+223+100=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 100 (39.45% from 255 or 17.79% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF64 is #10209B. Grayscale: #D6D6D6. Windows color (decimal): -1056924 or 6610927. OLE color: 6610927.

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

Color convert

RGB239223100-
CMYK00.070.580.06
HSL53.09º81.29%66.47%-
HSV(B)53.09º58.16%93.73%-
XYZ64.2872.0522.57-
YUV213.7663.8146-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 223 (87.5% from 255) = 39.68%
BLUE value IS 100 (39.45% from 255) = 17.79%
R=42.53%
G=39.68%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922310000.070.580.0653.0981.2966.47
HexEFDF64073A6355142
Octal3573371440772665121102
Binary11101111110111111100100011111101011011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF64; }

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

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

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

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

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

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

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

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