Html Css Color HEX #ECD132 Golden Dream

📋 copy color: '#ECD132'

red 236 ◦ green 209 ◦ blue 50

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

Shades of Golden Dream #ECD132

Tints of Golden Dream #ECD132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

 BLUE value IS 50 (19.92% from 255) = 10.1%

R = 47.68%
G = 42.22%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD132 (or 0xECD132) is known color: Golden Dream. HEX triplet: EC, D1 and 32. RGB value is (236,209,50). Sum of RGB (Red+Green+Blue) = 236+209+50=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD132 is #132ECD. Grayscale: #C7C7C7. Windows color (decimal): -1257166 or 3330540. OLE color: 3330540.

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

Color convert

RGB 236 209 50 -
CMYK 0 0.11 0.79 0.07
HSL 51.29º 0.83% 0.56% -
HSV(B) 51.29º 0.79% 0.93% -
XYZ 57.97 63.66 12.25 -
YUV 198.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 236 209 50 0 0.11 0.79 0.07 51.29 0.83 0.56
Hex EC D1 32 0 B 4F 7 33 53 38
Octal 354 321 62 0 13 117 7 63 123 70
Binary 11101100 11010001 110010 0 1011 1001111 111 110011 1010011 111000

Color Harmonies of #ECD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD132

Black with #ECD132

Text Example


Text Example

White with #ECD132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD132; }

 p { color: rgb(236,209,50); }

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

background-color css

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

 a { background-color: rgb(236,209,50); }

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

border-color css

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

 span { border-color: rgb(236,209,50); }

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