Html Css Color HEX #EBC731 Golden Dream

📋 copy color: '#EBC731'

red 235 ◦ green 199 ◦ blue 49

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

Shades of Golden Dream #EBC731

Tints of Golden Dream #EBC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 48.65%
G = 41.2%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC731 (or 0xEBC731) is known color: Golden Dream. HEX triplet: EB, C7 and 31. RGB value is (235,199,49). Sum of RGB (Red+Green+Blue) = 235+199+49=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC731 is #1438CE. Grayscale: #C1C1C1. Windows color (decimal): -1325263 or 3262443. OLE color: 3262443.

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

Color convert

RGB 235 199 49 -
CMYK 0 0.15 0.79 0.08
HSL 48.39º 0.82% 0.56% -
HSV(B) 48.39º 0.79% 0.92% -
XYZ 55.24 58.73 11.33 -
YUV 192.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 235 199 49 0 0.15 0.79 0.08 48.39 0.82 0.56
Hex EB C7 31 0 F 4F 8 30 52 38
Octal 353 307 61 0 17 117 10 60 122 70
Binary 11101011 11000111 110001 0 1111 1001111 1000 110000 1010010 111000

Color Harmonies of #EBC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC731

Black with #EBC731

Text Example


Text Example

White with #EBC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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