Html Css Color HEX #ECD32D Golden Dream

📋 copy color: '#ECD32D'

red 236 ◦ green 211 ◦ blue 45

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

Shades of Golden Dream #ECD32D

Tints of Golden Dream #ECD32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.89%

 BLUE value IS 45 (17.97% from 255) = 9.15%

R = 47.97%
G = 42.89%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECD32D (or 0xECD32D) is known color: Golden Dream. HEX triplet: EC, D3 and 2D. RGB value is (236,211,45). Sum of RGB (Red+Green+Blue) = 236+211+45=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD32D is #132CD2. Grayscale: #C8C8C8. Windows color (decimal): -1256659 or 3003372. OLE color: 3003372.

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

Color convert

RGB 236 211 45 -
CMYK 0 0.11 0.81 0.07
HSL 52.15º 0.83% 0.55% -
HSV(B) 52.15º 0.81% 0.93% -
XYZ 58.36 64.61 11.88 -
YUV 199.55 40.78 154 -
System Red Green Blue C M Y K H S L
Decimal 236 211 45 0 0.11 0.81 0.07 52.15 0.83 0.55
Hex EC D3 2D 0 B 51 7 34 53 37
Octal 354 323 55 0 13 121 7 64 123 67
Binary 11101100 11010011 101101 0 1011 1010001 111 110100 1010011 110111

Color Harmonies of #ECD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD32D

Black with #ECD32D

Text Example


Text Example

White with #ECD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD32D; }

 p { color: rgb(236,211,45); }

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

background-color css

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

 a { background-color: rgb(236,211,45); }

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

border-color css

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

 span { border-color: rgb(236,211,45); }

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