Html Css Color HEX #ECD03A Golden Dream

📋 copy color: '#ECD03A'

red 236 ◦ green 208 ◦ blue 58

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

Shades of Golden Dream #ECD03A

Tints of Golden Dream #ECD03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.55%

R = 47.01%
G = 41.43%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECD03A (or 0xECD03A) is known color: Golden Dream. HEX triplet: EC, D0 and 3A. RGB value is (236,208,58). Sum of RGB (Red+Green+Blue) = 236+208+58=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD03A is #132FC5. Grayscale: #C7C7C7. Windows color (decimal): -1257414 or 3854572. OLE color: 3854572.

HSL color Cylindrical-coordinate representation of color #ECD03A: hue angle of 50.56º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD03A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 58 -
CMYK 0 0.12 0.75 0.07
HSL 50.56º 0.82% 0.58% -
HSV(B) 50.56º 0.75% 0.93% -
XYZ 57.91 63.25 13.16 -
YUV 199.27 48.28 154.2 -
System Red Green Blue C M Y K H S L
Decimal 236 208 58 0 0.12 0.75 0.07 50.56 0.82 0.58
Hex EC D0 3A 0 C 4B 7 33 52 3A
Octal 354 320 72 0 14 113 7 63 122 72
Binary 11101100 11010000 111010 0 1100 1001011 111 110011 1010010 111010

Color Harmonies of #ECD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD03A

Black with #ECD03A

Text Example


Text Example

White with #ECD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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