Html Css Color HEX #ECDB2E Golden Fizz

📋 copy color: '#ECDB2E'

red 236 ◦ green 219 ◦ blue 46

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

Shades of Golden Fizz #ECDB2E

Tints of Golden Fizz #ECDB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 47.11%
G = 43.71%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECDB2E (or 0xECDB2E) is known color: Golden Fizz. HEX triplet: EC, DB and 2E. RGB value is (236,219,46). Sum of RGB (Red+Green+Blue) = 236+219+46=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2E is #1324D1. Grayscale: #CDCDCD. Windows color (decimal): -1254610 or 3070956. OLE color: 3070956.

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

Color convert

RGB 236 219 46 -
CMYK 0 0.07 0.81 0.07
HSL 54.63º 0.83% 0.55% -
HSV(B) 54.63º 0.81% 0.93% -
XYZ 60.42 68.69 12.66 -
YUV 204.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 236 219 46 0 0.07 0.81 0.07 54.63 0.83 0.55
Hex EC DB 2E 0 7 51 7 37 53 37
Octal 354 333 56 0 7 121 7 67 123 67
Binary 11101100 11011011 101110 0 111 1010001 111 110111 1010011 110111

Color Harmonies of #ECDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB2E

Black with #ECDB2E

Text Example


Text Example

White with #ECDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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