Html Css Color HEX #ECC82E Golden Dream

📋 copy color: '#ECC82E'

red 236 ◦ green 200 ◦ blue 46

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

Shades of Golden Dream #ECC82E

Tints of Golden Dream #ECC82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 48.96%
G = 41.49%
B = 9.54%

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

#ECC82E (or 0xECC82E) is known color: Golden Dream. HEX triplet: EC, C8 and 2E. RGB value is (236,200,46). Sum of RGB (Red+Green+Blue) = 236+200+46=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC82E is #1337D1. Grayscale: #C1C1C1. Windows color (decimal): -1259474 or 3066092. OLE color: 3066092.

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

Color convert

RGB 236 200 46 -
CMYK 0 0.15 0.81 0.07
HSL 48.63º 0.83% 0.55% -
HSV(B) 48.63º 0.81% 0.93% -
XYZ 55.74 59.34 11.1 -
YUV 193.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 236 200 46 0 0.15 0.81 0.07 48.63 0.83 0.55
Hex EC C8 2E 0 F 51 7 31 53 37
Octal 354 310 56 0 17 121 7 61 123 67
Binary 11101100 11001000 101110 0 1111 1010001 111 110001 1010011 110111

Color Harmonies of #ECC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC82E

Black with #ECC82E

Text Example


Text Example

White with #ECC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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