Html Css Color HEX #EBC831 Golden Dream

📋 copy color: '#EBC831'

red 235 ◦ green 200 ◦ blue 49

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

Shades of Golden Dream #EBC831

Tints of Golden Dream #EBC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 48.55%
G = 41.32%
B = 10.12%

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

#EBC831 (or 0xEBC831) is known color: Golden Dream. HEX triplet: EB, C8 and 31. RGB value is (235,200,49). Sum of RGB (Red+Green+Blue) = 235+200+49=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC831 is #1437CE. Grayscale: #C1C1C1. Windows color (decimal): -1325007 or 3262699. OLE color: 3262699.

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

Color convert

RGB 235 200 49 -
CMYK 0 0.15 0.79 0.08
HSL 48.71º 0.82% 0.56% -
HSV(B) 48.71º 0.79% 0.92% -
XYZ 55.47 59.19 11.41 -
YUV 193.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 235 200 49 0 0.15 0.79 0.08 48.71 0.82 0.56
Hex EB C8 31 0 F 4F 8 31 52 38
Octal 353 310 61 0 17 117 10 61 122 70
Binary 11101011 11001000 110001 0 1111 1001111 1000 110001 1010010 111000

Color Harmonies of #EBC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC831

Black with #EBC831

Text Example


Text Example

White with #EBC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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