Html Css Color HEX #ECD53B Golden Fizz

📋 copy color: '#ECD53B'

red 236 ◦ green 213 ◦ blue 59

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

Shades of Golden Fizz #ECD53B

Tints of Golden Fizz #ECD53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 59 (23.44% from 255) = 11.61%

R = 46.46%
G = 41.93%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECD53B (or 0xECD53B) is known color: Golden Fizz. HEX triplet: EC, D5 and 3B. RGB value is (236,213,59). Sum of RGB (Red+Green+Blue) = 236+213+59=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD53B is #132AC4. Grayscale: #CACACA. Windows color (decimal): -1256133 or 3921388. OLE color: 3921388.

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

Color convert

RGB 236 213 59 -
CMYK 0 0.10 0.75 0.07
HSL 52.2º 0.82% 0.58% -
HSV(B) 52.2º 0.75% 0.93% -
XYZ 59.18 65.74 13.71 -
YUV 202.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 236 213 59 0 0.10 0.75 0.07 52.2 0.82 0.58
Hex EC D5 3B 0 A 4B 7 34 52 3A
Octal 354 325 73 0 12 113 7 64 122 72
Binary 11101100 11010101 111011 0 1010 1001011 111 110100 1010010 111010

Color Harmonies of #ECD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD53B

Black with #ECD53B

Text Example


Text Example

White with #ECD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD53B; }

 p { color: rgb(236,213,59); }

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

background-color css

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

 a { background-color: rgb(236,213,59); }

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

border-color css

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

 span { border-color: rgb(236,213,59); }

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