Html Css Color HEX #ECC82D Golden Dream

📋 copy color: '#ECC82D'

red 236 ◦ green 200 ◦ blue 45

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

Shades of Golden Dream #ECC82D

Tints of Golden Dream #ECC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

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

R = 49.06%
G = 41.58%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECC82D (or 0xECC82D) is known color: Golden Dream. HEX triplet: EC, C8 and 2D. RGB value is (236,200,45). Sum of RGB (Red+Green+Blue) = 236+200+45=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC82D is #1337D2. Grayscale: #C1C1C1. Windows color (decimal): -1259475 or 3000556. OLE color: 3000556.

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

Color convert

RGB 236 200 45 -
CMYK 0 0.15 0.81 0.07
HSL 48.69º 0.83% 0.55% -
HSV(B) 48.69º 0.81% 0.93% -
XYZ 55.72 59.33 11 -
YUV 193.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 236 200 45 0 0.15 0.81 0.07 48.69 0.83 0.55
Hex EC C8 2D 0 F 51 7 31 53 37
Octal 354 310 55 0 17 121 7 61 123 67
Binary 11101100 11001000 101101 0 1111 1010001 111 110001 1010011 110111

Color Harmonies of #ECC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC82D

Black with #ECC82D

Text Example


Text Example

White with #ECC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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