#EFB224

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

Shades of Gold Tips #EFB224

Tints of Gold Tips #EFB224

Color information

#EFB224 (or 0xEFB224) is unknown color: approx Gold Tips. HEX triplet: EF, B2 and 24. RGB value is (239,178,36). Sum of RGB (Red+Green+Blue) = 239+178+36=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB224 is #104DDB. Grayscale: #B4B4B4. Windows color (decimal): -1068508 or 2405103. OLE color: 2405103.

HSL color Cylindrical-coordinate representation of color #EFB224: hue angle of 41.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFB224 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB23917836-
CMYK00.260.850.06
HSL41.97º86.38%53.92%-
HSV(B)41.97º84.94%93.73%-
XYZ51.8450.328.65-
YUV180.0546.71170.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 36 (14.45% from 255) = 7.95%
R=52.76%
G=39.29%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391783600.260.850.0641.9786.3853.92
HexEFB22401A5562a5636
Octal3572624403212565212666
Binary111011111011001010010001101010101011101010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB224; }

 p { color: rgb(239,178,36); }

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

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

 a { background-color: rgb(239,178,36); }

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

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

 span { border-color: rgb(239,178,36); }

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