Html Css Color HEX #EBC931 Golden Dream

📋 copy color: '#EBC931'

red 235 ◦ green 201 ◦ blue 49

#EBC931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #EBC931

Tints of Golden Dream #EBC931

RGB

 RED value IS 235 (92.19% from 255) = 48.45%

 GREEN value IS 201 (78.91% from 255) = 41.44%

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 48.45%
G = 41.44%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC931 (or 0xEBC931) is known color: Golden Dream. HEX triplet: EB, C9 and 31. RGB value is (235,201,49). Sum of RGB (Red+Green+Blue) = 235+201+49=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC931 is #1436CE. Grayscale: #C2C2C2. Windows color (decimal): -1324751 or 3262955. OLE color: 3262955.

HSL color Cylindrical-coordinate representation of color #EBC931: hue angle of 49.03º 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 #EBC931 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 49 -
CMYK 0 0.14 0.79 0.08
HSL 49.03º 0.82% 0.56% -
HSV(B) 49.03º 0.79% 0.92% -
XYZ 55.7 59.66 11.48 -
YUV 193.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 235 201 49 0 0.14 0.79 0.08 49.03 0.82 0.56
Hex EB C9 31 0 E 4F 8 31 52 38
Octal 353 311 61 0 16 117 10 61 122 70
Binary 11101011 11001001 110001 0 1110 1001111 1000 110001 1010010 111000

Color Harmonies of #EBC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC931

Black with #EBC931

Text Example


Text Example

White with #EBC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC931; }

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

 H1.HeaderClassName
 {
   color: #EBC931;
 }
 .AnyTagClassName
 {
   color: #EBC931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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