Html Css Color HEX #ECDB32 Golden Fizz

📋 copy color: '#ECDB32'

red 236 ◦ green 219 ◦ blue 50

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

Shades of Golden Fizz #ECDB32

Tints of Golden Fizz #ECDB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.9%

R = 46.73%
G = 43.37%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECDB32 (or 0xECDB32) is known color: Golden Fizz. HEX triplet: EC, DB and 32. RGB value is (236,219,50). Sum of RGB (Red+Green+Blue) = 236+219+50=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB32 is #1324CD. Grayscale: #CDCDCD. Windows color (decimal): -1254606 or 3333100. OLE color: 3333100.

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

Color convert

RGB 236 219 50 -
CMYK 0 0.07 0.79 0.07
HSL 54.52º 0.83% 0.56% -
HSV(B) 54.52º 0.79% 0.93% -
XYZ 60.5 68.73 13.09 -
YUV 204.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 236 219 50 0 0.07 0.79 0.07 54.52 0.83 0.56
Hex EC DB 32 0 7 4F 7 37 53 38
Octal 354 333 62 0 7 117 7 67 123 70
Binary 11101100 11011011 110010 0 111 1001111 111 110111 1010011 111000

Color Harmonies of #ECDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB32

Black with #ECDB32

Text Example


Text Example

White with #ECDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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