Html Css Color HEX #EBCD37 Golden Dream

📋 copy color: '#EBCD37'

red 235 ◦ green 205 ◦ blue 55

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

Shades of Golden Dream #EBCD37

Tints of Golden Dream #EBCD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

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

R = 47.47%
G = 41.41%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBCD37 (or 0xEBCD37) is known color: Golden Dream. HEX triplet: EB, CD and 37. RGB value is (235,205,55). Sum of RGB (Red+Green+Blue) = 235+205+55=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD37 is #1432C8. Grayscale: #C5C5C5. Windows color (decimal): -1323721 or 3657195. OLE color: 3657195.

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

Color convert

RGB 235 205 55 -
CMYK 0 0.13 0.77 0.08
HSL 50º 0.82% 0.57% -
HSV(B) 50º 0.77% 0.92% -
XYZ 56.78 61.6 12.51 -
YUV 196.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 235 205 55 0 0.13 0.77 0.08 50 0.82 0.57
Hex EB CD 37 0 D 4D 8 32 52 39
Octal 353 315 67 0 15 115 10 62 122 71
Binary 11101011 11001101 110111 0 1101 1001101 1000 110010 1010010 111001

Color Harmonies of #EBCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD37

Black with #EBCD37

Text Example


Text Example

White with #EBCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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