Html Css Color HEX #ECDB2B Golden Fizz

📋 copy color: '#ECDB2B'

red 236 ◦ green 219 ◦ blue 43

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

Shades of Golden Fizz #ECDB2B

Tints of Golden Fizz #ECDB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.63%

R = 47.39%
G = 43.98%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECDB2B (or 0xECDB2B) is known color: Golden Fizz. HEX triplet: EC, DB and 2B. RGB value is (236,219,43). Sum of RGB (Red+Green+Blue) = 236+219+43=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2B is #1324D4. Grayscale: #CCCCCC. Windows color (decimal): -1254613 or 2874348. OLE color: 2874348.

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

Color convert

RGB 236 219 43 -
CMYK 0 0.07 0.82 0.07
HSL 54.72º 0.84% 0.55% -
HSV(B) 54.72º 0.82% 0.93% -
XYZ 60.36 68.67 12.36 -
YUV 204.02 37.13 150.81 -
System Red Green Blue C M Y K H S L
Decimal 236 219 43 0 0.07 0.82 0.07 54.72 0.84 0.55
Hex EC DB 2B 0 7 52 7 37 54 37
Octal 354 333 53 0 7 122 7 67 124 67
Binary 11101100 11011011 101011 0 111 1010010 111 110111 1010100 110111

Color Harmonies of #ECDB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB2B

Black with #ECDB2B

Text Example


Text Example

White with #ECDB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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