Html Css Color HEX #ECD62B Golden Fizz

📋 copy color: '#ECD62B'

red 236 ◦ green 214 ◦ blue 43

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

Shades of Golden Fizz #ECD62B

Tints of Golden Fizz #ECD62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 47.87%
G = 43.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECD62B (or 0xECD62B) is known color: Golden Fizz. HEX triplet: EC, D6 and 2B. RGB value is (236,214,43). Sum of RGB (Red+Green+Blue) = 236+214+43=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD62B is #1329D4. Grayscale: #C9C9C9. Windows color (decimal): -1255893 or 2873068. OLE color: 2873068.

HSL color Cylindrical-coordinate representation of color #ECD62B: hue angle of 53.16º 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 #ECD62B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 43 -
CMYK 0 0.09 0.82 0.07
HSL 53.16º 0.84% 0.55% -
HSV(B) 53.16º 0.82% 0.93% -
XYZ 59.07 66.1 11.93 -
YUV 201.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 236 214 43 0 0.09 0.82 0.07 53.16 0.84 0.55
Hex EC D6 2B 0 9 52 7 35 54 37
Octal 354 326 53 0 11 122 7 65 124 67
Binary 11101100 11010110 101011 0 1001 1010010 111 110101 1010100 110111

Color Harmonies of #ECD62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD62B

Black with #ECD62B

Text Example


Text Example

White with #ECD62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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