Html Css Color HEX #EBCB37 Golden Dream

📋 copy color: '#EBCB37'

red 235 ◦ green 203 ◦ blue 55

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

Shades of Golden Dream #EBCB37

Tints of Golden Dream #EBCB37

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 55 (21.88% from 255) = 11.16%

R = 47.67%
G = 41.18%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBCB37 (or 0xEBCB37) is known color: Golden Dream. HEX triplet: EB, CB and 37. RGB value is (235,203,55). Sum of RGB (Red+Green+Blue) = 235+203+55=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCB37 is #1434C8. Grayscale: #C4C4C4. Windows color (decimal): -1324233 or 3656683. OLE color: 3656683.

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

Color convert

RGB 235 203 55 -
CMYK 0 0.14 0.77 0.08
HSL 49.33º 0.82% 0.57% -
HSV(B) 49.33º 0.77% 0.92% -
XYZ 56.31 60.65 12.35 -
YUV 195.7 48.6 156.03 -
System Red Green Blue C M Y K H S L
Decimal 235 203 55 0 0.14 0.77 0.08 49.33 0.82 0.57
Hex EB CB 37 0 E 4D 8 31 52 39
Octal 353 313 67 0 16 115 10 61 122 71
Binary 11101011 11001011 110111 0 1110 1001101 1000 110001 1010010 111001

Color Harmonies of #EBCB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB37

Black with #EBCB37

Text Example


Text Example

White with #EBCB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB37; }

 p { color: rgb(235,203,55); }

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

background-color css

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

 a { background-color: rgb(235,203,55); }

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

border-color css

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

 span { border-color: rgb(235,203,55); }

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