Html Css Color HEX #ECDB3A Golden Fizz

📋 copy color: '#ECDB3A'

red 236 ◦ green 219 ◦ blue 58

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

Shades of Golden Fizz #ECDB3A

Tints of Golden Fizz #ECDB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 58 (23.05% from 255) = 11.31%

R = 46%
G = 42.69%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECDB3A (or 0xECDB3A) is known color: Golden Fizz. HEX triplet: EC, DB and 3A. RGB value is (236,219,58). Sum of RGB (Red+Green+Blue) = 236+219+58=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB3A is #1324C5. Grayscale: #CECECE. Windows color (decimal): -1254598 or 3857388. OLE color: 3857388.

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

Color convert

RGB 236 219 58 -
CMYK 0 0.07 0.75 0.07
HSL 54.27º 0.82% 0.58% -
HSV(B) 54.27º 0.75% 0.93% -
XYZ 60.69 68.8 14.08 -
YUV 205.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 236 219 58 0 0.07 0.75 0.07 54.27 0.82 0.58
Hex EC DB 3A 0 7 4B 7 36 52 3A
Octal 354 333 72 0 7 113 7 66 122 72
Binary 11101100 11011011 111010 0 111 1001011 111 110110 1010010 111010

Color Harmonies of #ECDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB3A

Black with #ECDB3A

Text Example


Text Example

White with #ECDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB3A; }

 p { color: rgb(236,219,58); }

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

background-color css

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

 a { background-color: rgb(236,219,58); }

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

border-color css

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

 span { border-color: rgb(236,219,58); }

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