Html Css Color HEX #EBC732 Golden Dream

📋 copy color: '#EBC732'

red 235 ◦ green 199 ◦ blue 50

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

Shades of Golden Dream #EBC732

Tints of Golden Dream #EBC732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 48.55%
G = 41.12%
B = 10.33%

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

#EBC732 (or 0xEBC732) is known color: Golden Dream. HEX triplet: EB, C7 and 32. RGB value is (235,199,50). Sum of RGB (Red+Green+Blue) = 235+199+50=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC732 is #1438CD. Grayscale: #C1C1C1. Windows color (decimal): -1325262 or 3327979. OLE color: 3327979.

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

Color convert

RGB 235 199 50 -
CMYK 0 0.15 0.79 0.08
HSL 48.32º 0.82% 0.56% -
HSV(B) 48.32º 0.79% 0.92% -
XYZ 55.26 58.74 11.44 -
YUV 192.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 235 199 50 0 0.15 0.79 0.08 48.32 0.82 0.56
Hex EB C7 32 0 F 4F 8 30 52 38
Octal 353 307 62 0 17 117 10 60 122 70
Binary 11101011 11000111 110010 0 1111 1001111 1000 110000 1010010 111000

Color Harmonies of #EBC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC732

Black with #EBC732

Text Example


Text Example

White with #EBC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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