Html Css Color HEX #ECD632 Golden Fizz

📋 copy color: '#ECD632'

red 236 ◦ green 214 ◦ blue 50

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

Shades of Golden Fizz #ECD632

Tints of Golden Fizz #ECD632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10%

R = 47.2%
G = 42.8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD632 (or 0xECD632) is known color: Golden Fizz. HEX triplet: EC, D6 and 32. RGB value is (236,214,50). Sum of RGB (Red+Green+Blue) = 236+214+50=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD632 is #1329CD. Grayscale: #CACACA. Windows color (decimal): -1255886 or 3331820. OLE color: 3331820.

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

Color convert

RGB 236 214 50 -
CMYK 0 0.09 0.79 0.07
HSL 52.9º 0.83% 0.56% -
HSV(B) 52.9º 0.79% 0.93% -
XYZ 59.21 66.16 12.67 -
YUV 201.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 236 214 50 0 0.09 0.79 0.07 52.9 0.83 0.56
Hex EC D6 32 0 9 4F 7 35 53 38
Octal 354 326 62 0 11 117 7 65 123 70
Binary 11101100 11010110 110010 0 1001 1001111 111 110101 1010011 111000

Color Harmonies of #ECD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD632

Black with #ECD632

Text Example


Text Example

White with #ECD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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