Html Css Color HEX #ECD02C Golden Dream

📋 copy color: '#ECD02C'

red 236 ◦ green 208 ◦ blue 44

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

Shades of Golden Dream #ECD02C

Tints of Golden Dream #ECD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

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

R = 48.36%
G = 42.62%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECD02C (or 0xECD02C) is known color: Golden Dream. HEX triplet: EC, D0 and 2C. RGB value is (236,208,44). Sum of RGB (Red+Green+Blue) = 236+208+44=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD02C is #132FD3. Grayscale: #C6C6C6. Windows color (decimal): -1257428 or 2937068. OLE color: 2937068.

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

Color convert

RGB 236 208 44 -
CMYK 0 0.12 0.81 0.07
HSL 51.25º 0.83% 0.55% -
HSV(B) 51.25º 0.81% 0.93% -
XYZ 57.6 63.13 11.53 -
YUV 197.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 236 208 44 0 0.12 0.81 0.07 51.25 0.83 0.55
Hex EC D0 2C 0 C 51 7 33 53 37
Octal 354 320 54 0 14 121 7 63 123 67
Binary 11101100 11010000 101100 0 1100 1010001 111 110011 1010011 110111

Color Harmonies of #ECD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD02C

Black with #ECD02C

Text Example


Text Example

White with #ECD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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