Html Css Color HEX #ECC62E Golden Dream

📋 copy color: '#ECC62E'

red 236 ◦ green 198 ◦ blue 46

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

Shades of Golden Dream #ECC62E

Tints of Golden Dream #ECC62E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

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

R = 49.17%
G = 41.25%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECC62E (or 0xECC62E) is known color: Golden Dream. HEX triplet: EC, C6 and 2E. RGB value is (236,198,46). Sum of RGB (Red+Green+Blue) = 236+198+46=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC62E is #1339D1. Grayscale: #C0C0C0. Windows color (decimal): -1259986 or 3065580. OLE color: 3065580.

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

Color convert

RGB 236 198 46 -
CMYK 0 0.16 0.81 0.07
HSL 48º 0.83% 0.55% -
HSV(B) 48º 0.81% 0.93% -
XYZ 55.28 58.42 10.95 -
YUV 192.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 236 198 46 0 0.16 0.81 0.07 48 0.83 0.55
Hex EC C6 2E 0 10 51 7 30 53 37
Octal 354 306 56 0 20 121 7 60 123 67
Binary 11101100 11000110 101110 0 10000 1010001 111 110000 1010011 110111

Color Harmonies of #ECC62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC62E

Black with #ECC62E

Text Example


Text Example

White with #ECC62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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