Html Css Color HEX #ECC92D Golden Dream

📋 copy color: '#ECC92D'

red 236 ◦ green 201 ◦ blue 45

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

Shades of Golden Dream #ECC92D

Tints of Golden Dream #ECC92D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

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

R = 48.96%
G = 41.7%
B = 9.34%

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

#ECC92D (or 0xECC92D) is known color: Golden Dream. HEX triplet: EC, C9 and 2D. RGB value is (236,201,45). Sum of RGB (Red+Green+Blue) = 236+201+45=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC92D is #1336D2. Grayscale: #C2C2C2. Windows color (decimal): -1259219 or 3000812. OLE color: 3000812.

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

Color convert

RGB 236 201 45 -
CMYK 0 0.15 0.81 0.07
HSL 49.01º 0.83% 0.55% -
HSV(B) 49.01º 0.81% 0.93% -
XYZ 55.95 59.8 11.08 -
YUV 193.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 236 201 45 0 0.15 0.81 0.07 49.01 0.83 0.55
Hex EC C9 2D 0 F 51 7 31 53 37
Octal 354 311 55 0 17 121 7 61 123 67
Binary 11101100 11001001 101101 0 1111 1010001 111 110001 1010011 110111

Color Harmonies of #ECC92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC92D

Black with #ECC92D

Text Example


Text Example

White with #ECC92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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