Html Css Color HEX #ECD434 Golden Fizz

📋 copy color: '#ECD434'

red 236 ◦ green 212 ◦ blue 52

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

Shades of Golden Fizz #ECD434

Tints of Golden Fizz #ECD434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.4%

R = 47.2%
G = 42.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ECD434 (or 0xECD434) is known color: Golden Fizz. HEX triplet: EC, D4 and 34. RGB value is (236,212,52). Sum of RGB (Red+Green+Blue) = 236+212+52=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD434 is #132BCB. Grayscale: #C9C9C9. Windows color (decimal): -1256396 or 3462380. OLE color: 3462380.

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

Color convert

RGB 236 212 52 -
CMYK 0 0.10 0.78 0.07
HSL 52.17º 0.83% 0.56% -
HSV(B) 52.17º 0.78% 0.93% -
XYZ 58.76 65.17 12.73 -
YUV 200.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 236 212 52 0 0.10 0.78 0.07 52.17 0.83 0.56
Hex EC D4 34 0 A 4E 7 34 53 38
Octal 354 324 64 0 12 116 7 64 123 70
Binary 11101100 11010100 110100 0 1010 1001110 111 110100 1010011 111000

Color Harmonies of #ECD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD434

Black with #ECD434

Text Example


Text Example

White with #ECD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD434; }

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

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

background-color css

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

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

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

border-color css

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

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

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