Html Css Color HEX #ECC92A Golden Dream

📋 copy color: '#ECC92A'

red 236 ◦ green 201 ◦ blue 42

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

Shades of Golden Dream #ECC92A

Tints of Golden Dream #ECC92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 49.27%
G = 41.96%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECC92A (or 0xECC92A) is known color: Golden Dream. HEX triplet: EC, C9 and 2A. RGB value is (236,201,42). Sum of RGB (Red+Green+Blue) = 236+201+42=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC92A is #1336D5. Grayscale: #C2C2C2. Windows color (decimal): -1259222 or 2804204. OLE color: 2804204.

HSL color Cylindrical-coordinate representation of color #ECC92A: hue angle of 49.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECC92A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 42 -
CMYK 0 0.15 0.82 0.07
HSL 49.18º 0.84% 0.55% -
HSV(B) 49.18º 0.82% 0.93% -
XYZ 55.9 59.77 10.78 -
YUV 193.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 236 201 42 0 0.15 0.82 0.07 49.18 0.84 0.55
Hex EC C9 2A 0 F 52 7 31 54 37
Octal 354 311 52 0 17 122 7 61 124 67
Binary 11101100 11001001 101010 0 1111 1010010 111 110001 1010100 110111

Color Harmonies of #ECC92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC92A

Black with #ECC92A

Text Example


Text Example

White with #ECC92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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