Html Css Color HEX #ECDA2E Golden Fizz

📋 copy color: '#ECDA2E'

red 236 ◦ green 218 ◦ blue 46

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

Shades of Golden Fizz #ECDA2E

Tints of Golden Fizz #ECDA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 47.2%
G = 43.6%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECDA2E (or 0xECDA2E) is known color: Golden Fizz. HEX triplet: EC, DA and 2E. RGB value is (236,218,46). Sum of RGB (Red+Green+Blue) = 236+218+46=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA2E is #1325D1. Grayscale: #CCCCCC. Windows color (decimal): -1254866 or 3070700. OLE color: 3070700.

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

Color convert

RGB 236 218 46 -
CMYK 0 0.08 0.81 0.07
HSL 54.32º 0.83% 0.55% -
HSV(B) 54.32º 0.81% 0.93% -
XYZ 60.16 68.17 12.57 -
YUV 203.77 38.96 150.99 -
System Red Green Blue C M Y K H S L
Decimal 236 218 46 0 0.08 0.81 0.07 54.32 0.83 0.55
Hex EC DA 2E 0 8 51 7 36 53 37
Octal 354 332 56 0 10 121 7 66 123 67
Binary 11101100 11011010 101110 0 1000 1010001 111 110110 1010011 110111

Color Harmonies of #ECDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA2E

Black with #ECDA2E

Text Example


Text Example

White with #ECDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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