#EFD235

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

Shades of Golden Dream #EFD235

Tints of Golden Dream #EFD235

Color information

#EFD235 (or 0xEFD235) is unknown color: approx Golden Dream. HEX triplet: EF, D2 and 35. RGB value is (239,210,53). Sum of RGB (Red+Green+Blue) = 239+210+53=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD235 is #102DCA. Grayscale: #C9C9C9. Windows color (decimal): -1060299 or 3527407. OLE color: 3527407.

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

Color convert

RGB23921053-
CMYK00.120.780.06
HSL50.65º85.32%57.25%-
HSV(B)50.65º77.82%93.73%-
XYZ59.2964.712.73-
YUV200.7744.61155.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 53 (21.09% from 255) = 10.56%
R=47.61%
G=41.83%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392105300.120.780.0650.6585.3257.25
HexEFD2350C4E6335539
Octal3573226501411666312571
Binary11101111110100101101010110010011101101100111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD235; }

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

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

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

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

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

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

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

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