Html Css Color HEX #ECCB37 Golden Dream

📋 copy color: '#ECCB37'

red 236 ◦ green 203 ◦ blue 55

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

Shades of Golden Dream #ECCB37

Tints of Golden Dream #ECCB37

RGB

 RED value IS 236 (92.58% from 255) = 47.77%

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

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

R = 47.77%
G = 41.09%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ECCB37 (or 0xECCB37) is known color: Golden Dream. HEX triplet: EC, CB and 37. RGB value is (236,203,55). Sum of RGB (Red+Green+Blue) = 236+203+55=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCB37 is #1334C8. Grayscale: #C4C4C4. Windows color (decimal): -1258697 or 3656684. OLE color: 3656684.

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

Color convert

RGB 236 203 55 -
CMYK 0 0.14 0.77 0.07
HSL 49.06º 0.83% 0.57% -
HSV(B) 49.06º 0.77% 0.93% -
XYZ 56.64 60.82 12.37 -
YUV 196 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 236 203 55 0 0.14 0.77 0.07 49.06 0.83 0.57
Hex EC CB 37 0 E 4D 7 31 53 39
Octal 354 313 67 0 16 115 7 61 123 71
Binary 11101100 11001011 110111 0 1110 1001101 111 110001 1010011 111001

Color Harmonies of #ECCB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB37

Black with #ECCB37

Text Example


Text Example

White with #ECCB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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