Html Css Color HEX #ECD02D Golden Dream

📋 copy color: '#ECD02D'

red 236 ◦ green 208 ◦ blue 45

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

Shades of Golden Dream #ECD02D

Tints of Golden Dream #ECD02D

RGB

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

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

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

R = 48.26%
G = 42.54%
B = 9.2%

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

#ECD02D (or 0xECD02D) is known color: Golden Dream. HEX triplet: EC, D0 and 2D. RGB value is (236,208,45). Sum of RGB (Red+Green+Blue) = 236+208+45=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD02D is #132FD2. Grayscale: #C6C6C6. Windows color (decimal): -1257427 or 3002604. OLE color: 3002604.

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

Color convert

RGB 236 208 45 -
CMYK 0 0.12 0.81 0.07
HSL 51.2º 0.83% 0.55% -
HSV(B) 51.2º 0.81% 0.93% -
XYZ 57.62 63.13 11.63 -
YUV 197.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 236 208 45 0 0.12 0.81 0.07 51.2 0.83 0.55
Hex EC D0 2D 0 C 51 7 33 53 37
Octal 354 320 55 0 14 121 7 63 123 67
Binary 11101100 11010000 101101 0 1100 1010001 111 110011 1010011 110111

Color Harmonies of #ECD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD02D

Black with #ECD02D

Text Example


Text Example

White with #ECD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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