Html Css Color HEX #ECC82C Golden Dream

📋 copy color: '#ECC82C'

red 236 ◦ green 200 ◦ blue 44

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

Shades of Golden Dream #ECC82C

Tints of Golden Dream #ECC82C

RGB

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

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

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

R = 49.17%
G = 41.67%
B = 9.17%

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

#ECC82C (or 0xECC82C) is known color: Golden Dream. HEX triplet: EC, C8 and 2C. RGB value is (236,200,44). Sum of RGB (Red+Green+Blue) = 236+200+44=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC82C is #1337D3. Grayscale: #C1C1C1. Windows color (decimal): -1259476 or 2935020. OLE color: 2935020.

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

Color convert

RGB 236 200 44 -
CMYK 0 0.15 0.81 0.07
HSL 48.75º 0.83% 0.55% -
HSV(B) 48.75º 0.81% 0.93% -
XYZ 55.7 59.32 10.9 -
YUV 192.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 236 200 44 0 0.15 0.81 0.07 48.75 0.83 0.55
Hex EC C8 2C 0 F 51 7 31 53 37
Octal 354 310 54 0 17 121 7 61 123 67
Binary 11101100 11001000 101100 0 1111 1010001 111 110001 1010011 110111

Color Harmonies of #ECC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC82C

Black with #ECC82C

Text Example


Text Example

White with #ECC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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