Html Css Color HEX #EBC933 Golden Dream

📋 copy color: '#EBC933'

red 235 ◦ green 201 ◦ blue 51

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

Shades of Golden Dream #EBC933

Tints of Golden Dream #EBC933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.47%

R = 48.25%
G = 41.27%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBC933 (or 0xEBC933) is known color: Golden Dream. HEX triplet: EB, C9 and 33. RGB value is (235,201,51). Sum of RGB (Red+Green+Blue) = 235+201+51=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC933 is #1436CC. Grayscale: #C2C2C2. Windows color (decimal): -1324749 or 3394027. OLE color: 3394027.

HSL color Cylindrical-coordinate representation of color #EBC933: hue angle of 48.91º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBC933 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 51 -
CMYK 0 0.14 0.78 0.08
HSL 48.91º 0.82% 0.56% -
HSV(B) 48.91º 0.78% 0.92% -
XYZ 55.75 59.67 11.71 -
YUV 194.07 47.26 157.2 -
System Red Green Blue C M Y K H S L
Decimal 235 201 51 0 0.14 0.78 0.08 48.91 0.82 0.56
Hex EB C9 33 0 E 4E 8 31 52 38
Octal 353 311 63 0 16 116 10 61 122 70
Binary 11101011 11001001 110011 0 1110 1001110 1000 110001 1010010 111000

Color Harmonies of #EBC933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC933

Black with #EBC933

Text Example


Text Example

White with #EBC933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC933; }

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

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

background-color css

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

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

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

border-color css

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

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

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