Html Css Color HEX #EBC833 Golden Dream

📋 copy color: '#EBC833'

red 235 ◦ green 200 ◦ blue 51

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

Shades of Golden Dream #EBC833

Tints of Golden Dream #EBC833

RGB

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

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

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

R = 48.35%
G = 41.15%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBC833 (or 0xEBC833) is known color: Golden Dream. HEX triplet: EB, C8 and 33. RGB value is (235,200,51). Sum of RGB (Red+Green+Blue) = 235+200+51=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC833 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC833 is #1437CC. Grayscale: #C2C2C2. Windows color (decimal): -1325005 or 3393771. OLE color: 3393771.

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

Color convert

RGB 235 200 51 -
CMYK 0 0.15 0.78 0.08
HSL 48.59º 0.82% 0.56% -
HSV(B) 48.59º 0.78% 0.92% -
XYZ 55.51 59.21 11.63 -
YUV 193.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 235 200 51 0 0.15 0.78 0.08 48.59 0.82 0.56
Hex EB C8 33 0 F 4E 8 31 52 38
Octal 353 310 63 0 17 116 10 61 122 70
Binary 11101011 11001000 110011 0 1111 1001110 1000 110001 1010010 111000

Color Harmonies of #EBC833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC833

Black with #EBC833

Text Example


Text Example

White with #EBC833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC833; }

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

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

background-color css

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

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

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

border-color css

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

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

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