Html Css Color HEX #EBD232 Golden Dream

📋 copy color: '#EBD232'

red 235 ◦ green 210 ◦ blue 50

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

Shades of Golden Dream #EBD232

Tints of Golden Dream #EBD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 47.47%
G = 42.42%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBD232 (or 0xEBD232) is known color: Golden Dream. HEX triplet: EB, D2 and 32. RGB value is (235,210,50). Sum of RGB (Red+Green+Blue) = 235+210+50=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD232 is #142DCD. Grayscale: #C7C7C7. Windows color (decimal): -1322446 or 3330795. OLE color: 3330795.

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

Color convert

RGB 235 210 50 -
CMYK 0 0.11 0.79 0.08
HSL 51.89º 0.82% 0.56% -
HSV(B) 51.89º 0.79% 0.92% -
XYZ 57.88 63.99 12.32 -
YUV 199.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 235 210 50 0 0.11 0.79 0.08 51.89 0.82 0.56
Hex EB D2 32 0 B 4F 8 34 52 38
Octal 353 322 62 0 13 117 10 64 122 70
Binary 11101011 11010010 110010 0 1011 1001111 1000 110100 1010010 111000

Color Harmonies of #EBD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD232

Black with #EBD232

Text Example


Text Example

White with #EBD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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