Html Css Color HEX #ECDB2F Golden Fizz

📋 copy color: '#ECDB2F'

red 236 ◦ green 219 ◦ blue 47

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

Shades of Golden Fizz #ECDB2F

Tints of Golden Fizz #ECDB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.36%

R = 47.01%
G = 43.63%
B = 9.36%

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

#ECDB2F (or 0xECDB2F) is known color: Golden Fizz. HEX triplet: EC, DB and 2F. RGB value is (236,219,47). Sum of RGB (Red+Green+Blue) = 236+219+47=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2F is #1324D0. Grayscale: #CDCDCD. Windows color (decimal): -1254609 or 3136492. OLE color: 3136492.

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

Color convert

RGB 236 219 47 -
CMYK 0 0.07 0.80 0.07
HSL 54.6º 0.83% 0.55% -
HSV(B) 54.6º 0.8% 0.93% -
XYZ 60.44 68.7 12.76 -
YUV 204.48 39.13 150.49 -
System Red Green Blue C M Y K H S L
Decimal 236 219 47 0 0.07 0.80 0.07 54.6 0.83 0.55
Hex EC DB 2F 0 7 50 7 37 53 37
Octal 354 333 57 0 7 120 7 67 123 67
Binary 11101100 11011011 101111 0 111 1010000 111 110111 1010011 110111

Color Harmonies of #ECDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB2F

Black with #ECDB2F

Text Example


Text Example

White with #ECDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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