Html Css Color HEX #ECDB30 Golden Fizz

📋 copy color: '#ECDB30'

red 236 ◦ green 219 ◦ blue 48

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

Shades of Golden Fizz #ECDB30

Tints of Golden Fizz #ECDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 46.92%
G = 43.54%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECDB30 (or 0xECDB30) is known color: Golden Fizz. HEX triplet: EC, DB and 30. RGB value is (236,219,48). Sum of RGB (Red+Green+Blue) = 236+219+48=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB30 is #1324CF. Grayscale: #CDCDCD. Windows color (decimal): -1254608 or 3202028. OLE color: 3202028.

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

Color convert

RGB 236 219 48 -
CMYK 0 0.07 0.80 0.07
HSL 54.57º 0.83% 0.56% -
HSV(B) 54.57º 0.8% 0.93% -
XYZ 60.46 68.71 12.87 -
YUV 204.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 236 219 48 0 0.07 0.80 0.07 54.57 0.83 0.56
Hex EC DB 30 0 7 50 7 37 53 38
Octal 354 333 60 0 7 120 7 67 123 70
Binary 11101100 11011011 110000 0 111 1010000 111 110111 1010011 111000

Color Harmonies of #ECDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB30

Black with #ECDB30

Text Example


Text Example

White with #ECDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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