#EFD454

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

Shades of Portica #EFD454

Tints of Portica #EFD454

Color information

#EFD454 (or 0xEFD454) is unknown color: approx Portica. HEX triplet: EF, D4 and 54. RGB value is (239,212,84). Sum of RGB (Red+Green+Blue) = 239+212+84=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 84 (33.20% from 255 or 15.70% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD454 is #102BAB. Grayscale: #CECECE. Windows color (decimal): -1059756 or 5559535. OLE color: 5559535.

HSL color Cylindrical-coordinate representation of color #EFD454: hue angle of 49.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD454 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB23921284-
CMYK00.110.650.06
HSL49.55º82.89%63.33%-
HSV(B)49.55º64.85%93.73%-
XYZ60.7466.0817.94-
YUV205.4859.45151.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 84 (33.20% from 255) = 15.70%
R=44.67%
G=39.63%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392128400.110.650.0649.5582.8963.33
HexEFD4540B41632533f
Octal35732412401310166212377
Binary111011111101010010101000101110000011101100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD454; }

 p { color: rgb(239,212,84); }

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

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

 a { background-color: rgb(239,212,84); }

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

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

 span { border-color: rgb(239,212,84); }

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