#EBCF31

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

Shades of Golden Dream #EBCF31

Tints of Golden Dream #EBCF31

Color information

#EBCF31 (or 0xEBCF31) is unknown color: approx Golden Dream. HEX triplet: EB, CF and 31. RGB value is (235,207,49). Sum of RGB (Red+Green+Blue) = 235+207+49=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCF31 is #1430CE. Grayscale: #C6C6C6. Windows color (decimal): -1323215 or 3264491. OLE color: 3264491.

HSL color Cylindrical-coordinate representation of color #EBCF31: hue angle of 50.97º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBCF31 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23520749-
CMYK00.120.790.08
HSL50.97º82.3%55.69%-
HSV(B)50.97º79.15%92.16%-
XYZ57.1362.5111.96-
YUV197.3644.28154.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 49 (19.53% from 255) = 9.98%
R=47.86%
G=42.16%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352074900.120.790.0850.9782.355.69
HexEBCF310C4F8335238
Octal35331761014117106312270
Binary111010111100111111000101100100111110001100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF31; }

 p { color: rgb(235,207,49); }

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

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

 a { background-color: rgb(235,207,49); }

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

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

 span { border-color: rgb(235,207,49); }

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