Html Css Color HEX #ECD32C Golden Dream

📋 copy color: '#ECD32C'

red 236 ◦ green 211 ◦ blue 44

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

Shades of Golden Dream #ECD32C

Tints of Golden Dream #ECD32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 48.07%
G = 42.97%
B = 8.96%

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

#ECD32C (or 0xECD32C) is known color: Golden Dream. HEX triplet: EC, D3 and 2C. RGB value is (236,211,44). Sum of RGB (Red+Green+Blue) = 236+211+44=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD32C is #132CD3. Grayscale: #C8C8C8. Windows color (decimal): -1256660 or 2937836. OLE color: 2937836.

HSL color Cylindrical-coordinate representation of color #ECD32C: hue angle of 52.19º 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 #ECD32C is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 44 -
CMYK 0 0.11 0.81 0.07
HSL 52.19º 0.83% 0.55% -
HSV(B) 52.19º 0.81% 0.93% -
XYZ 58.34 64.6 11.78 -
YUV 199.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 236 211 44 0 0.11 0.81 0.07 52.19 0.83 0.55
Hex EC D3 2C 0 B 51 7 34 53 37
Octal 354 323 54 0 13 121 7 64 123 67
Binary 11101100 11010011 101100 0 1011 1010001 111 110100 1010011 110111

Color Harmonies of #ECD32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD32C

Black with #ECD32C

Text Example


Text Example

White with #ECD32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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