Html Css Color HEX #ECC92E Golden Dream

📋 copy color: '#ECC92E'

red 236 ◦ green 201 ◦ blue 46

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

Shades of Golden Dream #ECC92E

Tints of Golden Dream #ECC92E

RGB

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

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

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

R = 48.86%
G = 41.61%
B = 9.52%

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

#ECC92E (or 0xECC92E) is known color: Golden Dream. HEX triplet: EC, C9 and 2E. RGB value is (236,201,46). Sum of RGB (Red+Green+Blue) = 236+201+46=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC92E is #1336D1. Grayscale: #C2C2C2. Windows color (decimal): -1259218 or 3066348. OLE color: 3066348.

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

Color convert

RGB 236 201 46 -
CMYK 0 0.15 0.81 0.07
HSL 48.95º 0.83% 0.55% -
HSV(B) 48.95º 0.81% 0.93% -
XYZ 55.97 59.8 11.18 -
YUV 193.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 236 201 46 0 0.15 0.81 0.07 48.95 0.83 0.55
Hex EC C9 2E 0 F 51 7 31 53 37
Octal 354 311 56 0 17 121 7 61 123 67
Binary 11101100 11001001 101110 0 1111 1010001 111 110001 1010011 110111

Color Harmonies of #ECC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC92E

Black with #ECC92E

Text Example


Text Example

White with #ECC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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