Html Css Color HEX #ECD42F Golden Fizz

📋 copy color: '#ECD42F'

red 236 ◦ green 212 ◦ blue 47

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

Shades of Golden Fizz #ECD42F

Tints of Golden Fizz #ECD42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 47.68%
G = 42.83%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECD42F (or 0xECD42F) is known color: Golden Fizz. HEX triplet: EC, D4 and 2F. RGB value is (236,212,47). Sum of RGB (Red+Green+Blue) = 236+212+47=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD42F is #132BD0. Grayscale: #C9C9C9. Windows color (decimal): -1256401 or 3134700. OLE color: 3134700.

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

Color convert

RGB 236 212 47 -
CMYK 0 0.10 0.80 0.07
HSL 52.38º 0.83% 0.55% -
HSV(B) 52.38º 0.8% 0.93% -
XYZ 58.65 65.13 12.17 -
YUV 200.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 236 212 47 0 0.10 0.80 0.07 52.38 0.83 0.55
Hex EC D4 2F 0 A 50 7 34 53 37
Octal 354 324 57 0 12 120 7 64 123 67
Binary 11101100 11010100 101111 0 1010 1010000 111 110100 1010011 110111

Color Harmonies of #ECD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD42F

Black with #ECD42F

Text Example


Text Example

White with #ECD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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