Html Css Color HEX #ECDB34 Golden Fizz

📋 copy color: '#ECDB34'

red 236 ◦ green 219 ◦ blue 52

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

Shades of Golden Fizz #ECDB34

Tints of Golden Fizz #ECDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.26%

R = 46.55%
G = 43.2%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECDB34 (or 0xECDB34) is known color: Golden Fizz. HEX triplet: EC, DB and 34. RGB value is (236,219,52). Sum of RGB (Red+Green+Blue) = 236+219+52=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB34 is #1324CB. Grayscale: #CDCDCD. Windows color (decimal): -1254604 or 3464172. OLE color: 3464172.

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

Color convert

RGB 236 219 52 -
CMYK 0 0.07 0.78 0.07
HSL 54.46º 0.83% 0.56% -
HSV(B) 54.46º 0.78% 0.93% -
XYZ 60.54 68.74 13.33 -
YUV 205.05 41.63 150.08 -
System Red Green Blue C M Y K H S L
Decimal 236 219 52 0 0.07 0.78 0.07 54.46 0.83 0.56
Hex EC DB 34 0 7 4E 7 36 53 38
Octal 354 333 64 0 7 116 7 66 123 70
Binary 11101100 11011011 110100 0 111 1001110 111 110110 1010011 111000

Color Harmonies of #ECDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB34

Black with #ECDB34

Text Example


Text Example

White with #ECDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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