Html Css Color HEX #ECED2F Golden Fizz

📋 copy color: '#ECED2F'

red 236 ◦ green 237 ◦ blue 47

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

Shades of Golden Fizz #ECED2F

Tints of Golden Fizz #ECED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 45.38%
G = 45.58%
B = 9.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECED2F (or 0xECED2F) is known color: Golden Fizz. HEX triplet: EC, ED and 2F. RGB value is (236,237,47). Sum of RGB (Red+Green+Blue) = 236+237+47=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED2F is #1312D0. Grayscale: #D7D7D7. Windows color (decimal): -1250001 or 3141100. OLE color: 3141100.

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

Color convert

RGB 236 237 47 -
CMYK 0.00 0 0.80 0.07
HSL 60.32º 0.84% 0.56% -
HSV(B) 60.32º 0.8% 0.93% -
XYZ 65.39 78.61 14.42 -
YUV 215.04 33.17 142.95 -
System Red Green Blue C M Y K H S L
Decimal 236 237 47 0.00 0 0.80 0.07 60.32 0.84 0.56
Hex EC ED 2F 0 0 50 7 3C 54 38
Octal 354 355 57 0 0 120 7 74 124 70
Binary 11101100 11101101 101111 0 0 1010000 111 111100 1010100 111000

Color Harmonies of #ECED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED2F

Black with #ECED2F

Text Example


Text Example

White with #ECED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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