#EFD135

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

Shades of Golden Dream #EFD135

Tints of Golden Dream #EFD135

Color information

#EFD135 (or 0xEFD135) is unknown color: approx Golden Dream. HEX triplet: EF, D1 and 35. RGB value is (239,209,53). Sum of RGB (Red+Green+Blue) = 239+209+53=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD135 is #102ECA. Grayscale: #C8C8C8. Windows color (decimal): -1060555 or 3527151. OLE color: 3527151.

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

Color convert

RGB23920953-
CMYK00.130.780.06
HSL50.32º85.32%57.25%-
HSV(B)50.32º77.82%93.73%-
XYZ59.0464.2112.65-
YUV200.1944.94155.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 53 (21.09% from 255) = 10.58%
R=47.70%
G=41.72%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392095300.130.780.0650.3285.3257.25
HexEFD1350D4E6325539
Octal3573216501511666212571
Binary11101111110100011101010110110011101101100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD135; }

 p { color: rgb(239,209,53); }

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

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

 a { background-color: rgb(239,209,53); }

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

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

 span { border-color: rgb(239,209,53); }

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