Html Css Color HEX #ECD431 Golden Fizz

📋 copy color: '#ECD431'

red 236 ◦ green 212 ◦ blue 49

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

Shades of Golden Fizz #ECD431

Tints of Golden Fizz #ECD431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 47.48%
G = 42.66%
B = 9.86%

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

#ECD431 (or 0xECD431) is known color: Golden Fizz. HEX triplet: EC, D4 and 31. RGB value is (236,212,49). Sum of RGB (Red+Green+Blue) = 236+212+49=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD431 is #132BCE. Grayscale: #C9C9C9. Windows color (decimal): -1256399 or 3265772. OLE color: 3265772.

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

Color convert

RGB 236 212 49 -
CMYK 0 0.10 0.79 0.07
HSL 52.3º 0.83% 0.56% -
HSV(B) 52.3º 0.79% 0.93% -
XYZ 58.69 65.14 12.39 -
YUV 200.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 236 212 49 0 0.10 0.79 0.07 52.3 0.83 0.56
Hex EC D4 31 0 A 4F 7 34 53 38
Octal 354 324 61 0 12 117 7 64 123 70
Binary 11101100 11010100 110001 0 1010 1001111 111 110100 1010011 111000

Color Harmonies of #ECD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD431

Black with #ECD431

Text Example


Text Example

White with #ECD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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