Html Css Color HEX #ECDB31 Golden Fizz

📋 copy color: '#ECDB31'

red 236 ◦ green 219 ◦ blue 49

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

Shades of Golden Fizz #ECDB31

Tints of Golden Fizz #ECDB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 46.83%
G = 43.45%
B = 9.72%

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

#ECDB31 (or 0xECDB31) is known color: Golden Fizz. HEX triplet: EC, DB and 31. RGB value is (236,219,49). Sum of RGB (Red+Green+Blue) = 236+219+49=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB31 is #1324CE. Grayscale: #CDCDCD. Windows color (decimal): -1254607 or 3267564. OLE color: 3267564.

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

Color convert

RGB 236 219 49 -
CMYK 0 0.07 0.79 0.07
HSL 54.55º 0.83% 0.56% -
HSV(B) 54.55º 0.79% 0.93% -
XYZ 60.48 68.72 12.98 -
YUV 204.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 236 219 49 0 0.07 0.79 0.07 54.55 0.83 0.56
Hex EC DB 31 0 7 4F 7 37 53 38
Octal 354 333 61 0 7 117 7 67 123 70
Binary 11101100 11011011 110001 0 111 1001111 111 110111 1010011 111000

Color Harmonies of #ECDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB31

Black with #ECDB31

Text Example


Text Example

White with #ECDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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