Html Css Color HEX #ECD432 Golden Fizz

📋 copy color: '#ECD432'

red 236 ◦ green 212 ◦ blue 50

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

Shades of Golden Fizz #ECD432

Tints of Golden Fizz #ECD432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 47.39%
G = 42.57%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD432 (or 0xECD432) is known color: Golden Fizz. HEX triplet: EC, D4 and 32. RGB value is (236,212,50). Sum of RGB (Red+Green+Blue) = 236+212+50=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD432 is #132BCD. Grayscale: #C9C9C9. Windows color (decimal): -1256398 or 3331308. OLE color: 3331308.

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

Color convert

RGB 236 212 50 -
CMYK 0 0.10 0.79 0.07
HSL 52.26º 0.83% 0.56% -
HSV(B) 52.26º 0.79% 0.93% -
XYZ 58.71 65.15 12.5 -
YUV 200.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 236 212 50 0 0.10 0.79 0.07 52.26 0.83 0.56
Hex EC D4 32 0 A 4F 7 34 53 38
Octal 354 324 62 0 12 117 7 64 123 70
Binary 11101100 11010100 110010 0 1010 1001111 111 110100 1010011 111000

Color Harmonies of #ECD432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD432

Black with #ECD432

Text Example


Text Example

White with #ECD432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD432; }

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

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

background-color css

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

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

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

border-color css

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

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

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